aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vlc/Makefile
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2008-07-28 07:53:24 +0800
committerahze <ahze@FreeBSD.org>2008-07-28 07:53:24 +0800
commit1628cb3d33750b8dde42ee8f1f70e1c2f802d3e7 (patch)
tree828421645dfa3351ccece8a3daece057493137f1 /multimedia/vlc/Makefile
parent3b646e381c9b4d2c5e967a9a284050957ab9cd2a (diff)
downloadfreebsd-ports-gnome-1628cb3d33750b8dde42ee8f1f70e1c2f802d3e7.tar.gz
freebsd-ports-gnome-1628cb3d33750b8dde42ee8f1f70e1c2f802d3e7.tar.zst
freebsd-ports-gnome-1628cb3d33750b8dde42ee8f1f70e1c2f802d3e7.zip
Update for new ffmpeg
Diffstat (limited to 'multimedia/vlc/Makefile')
-rw-r--r--multimedia/vlc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 3d895997067c..04409ecc9f42 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -10,7 +10,7 @@
PORTNAME= vlc
DISTVERSION= 0.8.6h
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \
@@ -77,7 +77,7 @@ PLIST= ${WRKDIR}/plist
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${FAKEDIR}/include -I${WRKSRC}/include ${CPPFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/ffmpeg ${PTHREAD_CFLAGS} -DHAVE_POSTPROC_POSTPROCESS_H" \
+CONFIGURE_ENV= CPPFLAGS="-I${FAKEDIR}/include -I${WRKSRC}/include ${CPPFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/ffmpeg ${PTHREAD_CFLAGS}" \
LDFLAGS="${LDFLAGS} -L${FAKEDIR}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lc" \
LIBS="-lc"