Bug 273340 - [PATCH] math/curv: fix for jit
Summary: [PATCH] math/curv: fix for jit
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-25 07:37 UTC by zielonka michal
Modified: 2023-09-11 06:41 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments
math/curv jit (1.59 KB, patch)
2023-08-25 07:37 UTC, zielonka michal
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zielonka michal 2023-08-25 07:37:58 UTC
Created attachment 244330 [details]
math/curv jit

during using -O jit we receive an error about missing dependency headers. We should add '-isystem /usr/local/include' for compile commands.