diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-14 16:29:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-14 16:29:18 +0000 |
commit | 8dd44d6a6696cdb8bd3f4f1a4f471bff6323c736 (patch) | |
tree | 76cc63294cf4c1040861a79c599bb46374869700 | |
parent | Add LICENSE (diff) |
Fix build with libc++ 7
PR: 230412
Reported by: jbeich
Submitted by: dim
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 1 |
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 |