Use C++03 for OPENMP option

PR:		221065
Submitted by:	rakuco
This commit is contained in:
Sunpoet Po-Chuan Hsieh
2017-07-30 13:16:45 +00:00
parent f66222e101
commit f0eff9cf35

View File

@@ -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