svn commit: r375899 - head/graphics/GraphicsMagick
Koop Mast
kwm at FreeBSD.org
Wed Dec 31 16:06:39 UTC 2014
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++
More information about the svn-ports-all
mailing list