FreeBSD Bugzilla – Attachment 184792 Details for
Bug 221065
[PATCH] graphics/GraphicsMagick: Use C++03 with the OPENMP option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
gmagick.diff (text/plain), 778 bytes, created by
Raphael Kubo da Costa
on 2017-07-28 09:26:48 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Raphael Kubo da Costa
Created:
2017-07-28 09:26:48 UTC
Size:
778 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 446774) >+++ Makefile (working copy) >@@ -53,6 +53,11 @@ > OPENMP_CONFIGURE_OFF= --disable-openmp --without-threads > OPENMP_CONFIGURE_ON= --disable-openmp-slow --enable-openmp --with-threads > OPENMP_USES= compiler:gcc-c++11-lib >+# GCC 6 defaults to -std=gnu++14 and adds a relocation to libGraphics++.so for >+# 'operator delete(void*, size_t)' that does not exist before C++14 and causes >+# linking issues in ports that link against it and use a different compiler >+# that defaults to an earlier C++ standard (see bug 221065). >+OPENMP_VARS= USE_CXXSTD=gnu++03 > PNG_CONFIGURE_WITH= png > PNG_LIB_DEPENDS= libpng.so:graphics/png > Q8BIT_CONFIGURE_OFF= --with-quantum-depth=16
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:
rakuco
:
maintainer-approval?
(
sunpoet
)
Actions:
View
|
Diff
Attachments on
bug 221065
: 184792