Summary: | graphics/photoflare: fix build on GCC architectures | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Piotr Kubaj <pkubaj> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | yuri | ||||
Priority: | --- | Flags: | yuri:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
The current quarterly branch also needs this. A commit references this bug: Author: pkubaj Date: Fri May 1 16:59:29 UTC 2020 New revision: 533564 URL: https://svnweb.freebsd.org/changeset/ports/533564 Log: graphics/photoflare: fix build on GCC architectures GCC doesn't have libomp, it uses -fopenmp flag. PR: 246089 Approved by: yuri (maintainer) MFH: 2020Q2 (fix build blanket) Changes: head/graphics/photoflare/Makefile A commit references this bug: Author: pkubaj Date: Fri May 1 17:03:59 UTC 2020 New revision: 533565 URL: https://svnweb.freebsd.org/changeset/ports/533565 Log: MFH: r533564 graphics/photoflare: fix build on GCC architectures GCC doesn't have libomp, it uses -fopenmp flag. PR: 246089 Approved by: yuri (maintainer) Approved by: portmgr (fix build blanket) Changes: _U branches/2020Q2/ branches/2020Q2/graphics/photoflare/Makefile |
Created attachment 213989 [details] patch GCC doesn't have libomp, it uses -fopenmp flag.