Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Dec 2014 16:06:39 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375899 - head/graphics/GraphicsMagick
Message-ID:  <201412311606.sBVG6dmB020689@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Wed Dec 31 16:06:37 2014
New Revision: 375899
URL: https://svnweb.freebsd.org/changeset/ports/375899
QAT: https://qat.redports.org/buildarchive/r375899/

Log:
  Add back accidently removed lines in r375852.
  
  Submitted by:	antoine@

Modified:
  head/graphics/GraphicsMagick/Makefile

Modified: head/graphics/GraphicsMagick/Makefile
==============================================================================
--- head/graphics/GraphicsMagick/Makefile	Wed Dec 31 16:04:29 2014	(r375898)
+++ head/graphics/GraphicsMagick/Makefile	Wed Dec 31 16:06:37 2014	(r375899)
@@ -118,3 +118,6 @@ regression-test: do-build
 		${MAKEFILE} ${MAKE_ARGS} check)
 
 .include <bsd.port.post.mk>
+# The OPENMP option may select gcc as compiler but on architectures
+# that have switched to libc++ clang should be used for C++ code.
+CXX=		c++



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