aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc-devel
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-04-02 14:10:39 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-04-02 14:10:39 +0000
commitac2ccc3a2cd532dec74bf7a3fa2b77ea659a0ab0 (patch)
treea44bb3ecf0dfd9ce09af03ea9f353f4c87bb45e5 /multimedia/vlc-devel
parent14a2cdecd4cc2d6e70a39a92c9624ab9894b48ec (diff)
downloadports-ac2ccc3a2cd532dec74bf7a3fa2b77ea659a0ab0.tar.gz
ports-ac2ccc3a2cd532dec74bf7a3fa2b77ea659a0ab0.zip
Fix build with new ffmpeg-devel
Notes
Notes: svn path=/head/; revision=189011
Diffstat (limited to 'multimedia/vlc-devel')
-rw-r--r--multimedia/vlc-devel/Makefile2
-rw-r--r--multimedia/vlc-devel/Makefile.inc1
2 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile
index 5c44fa47a7df..fe7d423ae460 100644
--- a/multimedia/vlc-devel/Makefile
+++ b/multimedia/vlc-devel/Makefile
@@ -10,7 +10,7 @@
PORTNAME= vlc
DISTVERSION= 0.8.6a
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 2
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \
diff --git a/multimedia/vlc-devel/Makefile.inc b/multimedia/vlc-devel/Makefile.inc
index 396007a5acbd..503fe2b03a17 100644
--- a/multimedia/vlc-devel/Makefile.inc
+++ b/multimedia/vlc-devel/Makefile.inc
@@ -249,7 +249,6 @@ post-patch:
@${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/' \
-e 's/-lc_r/${PTHREAD_LIBS}/' \
-e 's|-mcpu=pentiumpro||' \
- -e 's|postproc/postprocess.h|ffmpeg/postproc/postprocess.h|' \
${WRKSRC}/configure
# cdrom/dvd support
@${REINPLACE_CMD} -e 's|/dev/cdrom|${DEFAULT_CDROM_DEVICE}|; \