svn commit: r446932 - head/graphics/GraphicsMagick

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 30 13:16:47 UTC 2017


Author: sunpoet
Date: Sun Jul 30 13:16:45 2017
New Revision: 446932
URL: https://svnweb.freebsd.org/changeset/ports/446932

Log:
  Use C++03 for OPENMP option
  
  PR:		221065
  Submitted by:	rakuco

Modified:
  head/graphics/GraphicsMagick/Makefile

Modified: head/graphics/GraphicsMagick/Makefile
==============================================================================
--- head/graphics/GraphicsMagick/Makefile	Sun Jul 30 13:16:40 2017	(r446931)
+++ head/graphics/GraphicsMagick/Makefile	Sun Jul 30 13:16:45 2017	(r446932)
@@ -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


More information about the svn-ports-all mailing list