Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2018 16:29:18 +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: r482063 - head/graphics/GraphicsMagick
Message-ID:  <201810141629.w9EGTIIf007463@repo.freebsd.org>

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



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