Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 2017 13:16:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446932 - head/graphics/GraphicsMagick
Message-ID:  <201707301316.v6UDGjPY054787@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707301316.v6UDGjPY054787>