aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-02-12 03:46:23 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-02-12 03:46:23 +0800
commitb3b573ae4fbc983f931d91c071e2a459aebc7a19 (patch)
treed9d36b167b2b26968ac00a2c0147d0f6e5d40ac1 /multimedia
parente35eeda72477a9decb4a97fb61e46f39d8ba1c2a (diff)
downloadfreebsd-ports-gnome-b3b573ae4fbc983f931d91c071e2a459aebc7a19.tar.gz
freebsd-ports-gnome-b3b573ae4fbc983f931d91c071e2a459aebc7a19.tar.zst
freebsd-ports-gnome-b3b573ae4fbc983f931d91c071e2a459aebc7a19.zip
- Respect CC
PR: ports/143745 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Approved by: "Ganael LAPLANCHE" <ganael.laplanche@martymac.com> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libdvdread/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libdvdread/Makefile b/multimedia/libdvdread/Makefile
index ed0df20bad44..4a47476d2de0 100644
--- a/multimedia/libdvdread/Makefile
+++ b/multimedia/libdvdread/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libdvdread
PORTVERSION= 4.1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/dvdnav/ \
http://www2.mplayerhq.hu/MPlayer/releases/dvdnav/ \
@@ -49,5 +49,6 @@ post-patch:
${WRKSRC}/Makefile
@${REINPLACE_CMD} -E -e 's|(libdvdcss.so)\.2|\1.${DVDCSS_LIBVERSION}|' \
${WRKSRC}/src/dvd_input.c
+ @${REINPLACE_CMD} -e 's|cc=gcc|cc=${CC}|' ${WRKSRC}/configure2
.include <bsd.port.mk>