diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-07-30 13:16:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-07-30 13:16:45 +0000 |
commit | f0eff9cf3573afef8eda68cdec867951fdabb893 (patch) | |
tree | b413971f087d7f6085282c05adb95d31eb881025 /graphics/GraphicsMagick/Makefile | |
parent | f66222e101a85d57a6b99d4c2607d2238ad22e6a (diff) |
Use C++03 for OPENMP option
PR: 221065
Submitted by: rakuco
Notes
Notes:
svn path=/head/; revision=446932
Diffstat (limited to 'graphics/GraphicsMagick/Makefile')
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index caca1f9d7056..163ed4e68f37 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -52,6 +52,7 @@ 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 detail OPENMP_USES= compiler:gcc-c++11-lib PNG_CONFIGURE_WITH= png PNG_LIB_DEPENDS= libpng.so:graphics/png |