summaryrefslogtreecommitdiffstats
path: root/multimedia/szap-s2/Makefile
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-05-20 19:32:39 +0000
committertijl <tijl@FreeBSD.org>2014-05-20 19:32:39 +0000
commitb30a0528adcb5402b2b782818bfbacc30e522a2f (patch)
tree2ae9e1593b29ed28637a9cbae361c9e3af678802 /multimedia/szap-s2/Makefile
parentec0617588a58221b0f33e8f668acb551394883e6 (diff)
downloadFreeBSD-ports-b30a0528adcb5402b2b782818bfbacc30e522a2f.zip
FreeBSD-ports-b30a0528adcb5402b2b782818bfbacc30e522a2f.tar.gz
Quote ${CC} and similar variables in MAKE_ARGS.
Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
Diffstat (limited to 'multimedia/szap-s2/Makefile')
-rw-r--r--multimedia/szap-s2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/szap-s2/Makefile b/multimedia/szap-s2/Makefile
index 2422bc2..a69886f 100644
--- a/multimedia/szap-s2/Makefile
+++ b/multimedia/szap-s2/Makefile
@@ -16,8 +16,8 @@ USES= gmake tar:bzip2
PATCH_STRIP= -p1
USE_CSTD= gnu89
MAKE_ARGS= INCLUDE=-I"${LOCALBASE}/include"
-MAKE_ARGS+= CC=${CC}
-MAKE_ARGS+= CXX=${CXX}
+MAKE_ARGS+= CC="${CC}"
+MAKE_ARGS+= CXX="${CXX}"
WRKSRC= ${WRKDIR}/szap-s2-e34f73b254db
PORTDOCS= README
PLIST_FILES= bin/szap-s2
OpenPOWER on IntegriCloud