FreeBSD Bugzilla – Attachment 213989 Details for
Bug 246089
graphics/photoflare: fix build on GCC architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
photoflare.patch (text/plain), 435 bytes, created by
Piotr Kubaj
on 2020-05-01 11:23:32 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2020-05-01 11:23:32 UTC
Size:
435 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 533480) >+++ Makefile (working copy) >@@ -19,6 +19,8 @@ > USE_GL= gl > > CXXFLAGS+= `pkg-config --cflags GraphicsMagick++` >-LDFLAGS+= `pkg-config --libs GraphicsMagick++` -lomp >+LDFLAGS+= `pkg-config --libs GraphicsMagick++` ${LDFLAGS_${CHOSEN_COMPILER_TYPE}} >+LDFLAGS_clang= -lomp >+LDFLAGS_gcc= -fopenmp > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
pkubaj
:
maintainer-approval?
(
yuri
)
Actions:
View
|
Diff
Attachments on
bug 246089
: 213989