svn commit: r375606 - head/graphics/GraphicsMagick

Antoine Brodin antoine at FreeBSD.org
Thu Dec 25 21:52:22 UTC 2014


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++


More information about the svn-ports-head mailing list