diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-12-31 16:06:37 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-12-31 16:06:37 +0000 |
commit | a743a6eb579c58e044e724f37ed7924d6272cc61 (patch) | |
tree | b631a77686be32f754a26d72f3178a6b10596811 /graphics/GraphicsMagick | |
parent | 0302c0c1ae416f9b06c6ace1be094ed4c83c5c2e (diff) |
Notes
Diffstat (limited to 'graphics/GraphicsMagick')
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 0dd2d19b8981..8bd2b6c36163 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -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++ |