Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2014 21:52:21 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375606 - head/graphics/GraphicsMagick
Message-ID:  <201412252152.sBPLqLgE069824@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Dec 25 21:52:20 2014
New Revision: 375606
URL: https://svnweb.freebsd.org/changeset/ports/375606
QAT: https://qat.redports.org/buildarchive/r375606/

Log:
  Add back some lines that were mistakenly removed during the bump

Modified:
  head/graphics/GraphicsMagick/Makefile

Modified: head/graphics/GraphicsMagick/Makefile
==============================================================================
--- head/graphics/GraphicsMagick/Makefile	Thu Dec 25 21:18:11 2014	(r375605)
+++ head/graphics/GraphicsMagick/Makefile	Thu Dec 25 21:52:20 2014	(r375606)
@@ -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?201412252152.sBPLqLgE069824>