summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-14 16:29:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-14 16:29:18 +0000
commit8dd44d6a6696cdb8bd3f4f1a4f471bff6323c736 (patch)
tree76cc63294cf4c1040861a79c599bb46374869700
parentAdd LICENSE (diff)
Fix build with libc++ 7
PR: 230412 Reported by: jbeich Submitted by: dim
-rw-r--r--graphics/GraphicsMagick/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index 842373662cc6..20624eb25a7c 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -49,7 +49,6 @@ LCMS2_CONFIGURE= lcms2
LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2
OPENMP_CONFIGURE_OFF= --disable-openmp --without-threads
OPENMP_CONFIGURE_ON= --disable-openmp-slow --enable-openmp --with-threads
-OPENMP_USE= CXXSTD=c++03 # See PR/221065 for details
OPENMP_USES= compiler:gcc-c++11-lib
PNG_CONFIGURE_WITH= png
PNG_LIB_DEPENDS= libpng.so:graphics/png