svn commit: r482063 - head/graphics/GraphicsMagick

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 14 16:29:19 UTC 2018


Author: sunpoet
Date: Sun Oct 14 16:29:18 2018
New Revision: 482063
URL: https://svnweb.freebsd.org/changeset/ports/482063

Log:
  Fix build with libc++ 7
  
  PR:		230412
  Reported by:	jbeich
  Submitted by:	dim

Modified:
  head/graphics/GraphicsMagick/Makefile

Modified: head/graphics/GraphicsMagick/Makefile
==============================================================================
--- head/graphics/GraphicsMagick/Makefile	Sun Oct 14 16:29:10 2018	(r482062)
+++ head/graphics/GraphicsMagick/Makefile	Sun Oct 14 16:29:18 2018	(r482063)
@@ -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


More information about the svn-ports-all mailing list