aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2010-09-16 01:13:12 +0800
committermakc <makc@FreeBSD.org>2010-09-16 01:13:12 +0800
commitbffa56881230ed39c77b5fc04459fde67230e860 (patch)
tree0379ddd6e10c3d3acfd5ad9c4e3c8fecba8322e6
parent4272b1cce1bd8a5ae6df89e662a30d33d07371a6 (diff)
downloadfreebsd-ports-gnome-bffa56881230ed39c77b5fc04459fde67230e860.tar.gz
freebsd-ports-gnome-bffa56881230ed39c77b5fc04459fde67230e860.tar.zst
freebsd-ports-gnome-bffa56881230ed39c77b5fc04459fde67230e860.zip
Fix build when CC definition contains spaces.
Reported by: Dominic Fandrey <kamikaze at bsdforen.de> Submitted by: Ganael Laplanche (maintainer)
-rw-r--r--multimedia/libdvdnav/Makefile2
-rw-r--r--multimedia/libdvdread/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libdvdnav/Makefile b/multimedia/libdvdnav/Makefile
index 4c9449a38338..79eb6fb8ac3c 100644
--- a/multimedia/libdvdnav/Makefile
+++ b/multimedia/libdvdnav/Makefile
@@ -35,7 +35,7 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" \
--incdir="${PREFIX}/include/dvdnav" \
--disable-opts \
--disable-debug \
- --cc=${CC}
+ --cc="${CC}"
USE_GMAKE= yes
CONFLICTS= libdvdnav-mplayer-[0-9]*
USE_LDCONFIG= yes
diff --git a/multimedia/libdvdread/Makefile b/multimedia/libdvdread/Makefile
index b4b400b59666..9d28b1f9ae19 100644
--- a/multimedia/libdvdread/Makefile
+++ b/multimedia/libdvdread/Makefile
@@ -37,7 +37,7 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" \
--incdir="${PREFIX}/include/dvdread" \
--disable-opts \
--disable-debug \
- --cc=${CC}
+ --cc="${CC}"
USE_GMAKE= yes
USE_LDCONFIG= yes