From a743a6eb579c58e044e724f37ed7924d6272cc61 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Wed, 31 Dec 2014 16:06:37 +0000 Subject: [PATCH] Add back accidently removed lines in r375852. Submitted by: antoine@ --- graphics/GraphicsMagick/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 +# 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++