aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libdvdnav
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 /multimedia/libdvdnav
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)
Diffstat (limited to 'multimedia/libdvdnav')
-rw-r--r--multimedia/libdvdnav/Makefile2
1 files changed, 1 insertions, 1 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