aboutsummaryrefslogtreecommitdiff
path: root/graphics/sam2p
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-05-20 19:32:39 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-05-20 19:32:39 +0000
commitf191d6b8872215d88c30b5942a9319854b9e98ba (patch)
tree2ae9e1593b29ed28637a9cbae361c9e3af678802 /graphics/sam2p
parent47e51189262149884b0a6e3a5653e397d7635d35 (diff)
downloadports-f191d6b8872215d88c30b5942a9319854b9e98ba.tar.gz
ports-f191d6b8872215d88c30b5942a9319854b9e98ba.zip
Quote ${CC} and similar variables in MAKE_ARGS.
Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
Notes
Notes: svn path=/head/; revision=354670
Diffstat (limited to 'graphics/sam2p')
-rw-r--r--graphics/sam2p/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile
index 2949c4d330ee..bdcb3ba3f748 100644
--- a/graphics/sam2p/Makefile
+++ b/graphics/sam2p/Makefile
@@ -25,7 +25,7 @@ USE_GHOSTSCRIPT_RUN= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_pts_bash="${SH}"
CONFIGURE_ARGS= --enable-gif
-MAKE_ARGS= CXXX="${CXX}" LDALL="${CXX}" CXXFLAGSB="${CXXFLAGS}" CC=${CC} CXX=${CXX}
+MAKE_ARGS= CXXX="${CXX}" LDALL="${CXX}" CXXFLAGSB="${CXXFLAGS}" CC="${CC}" CXX="${CXX}"
ALL_TARGET= ${PORTNAME}
PORTDOCS= *