aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc-devel
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2002-04-18 12:53:04 +0000
committerBrian Somers <brian@FreeBSD.org>2002-04-18 12:53:04 +0000
commit496eac255b881bdf00cae1699709d4d1df9a618a (patch)
tree7f4d2fca4bffaa0cbf58dcafd1edb5aa32db1305 /multimedia/vlc-devel
parent548860aabc933dbdafbdfd56ab381708347206c6 (diff)
downloadports-496eac255b881bdf00cae1699709d4d1df9a618a.tar.gz
ports-496eac255b881bdf00cae1699709d4d1df9a618a.zip
Handle the fact that the latest version of libdvdcss has moved
videolan/dvdcss.h to dvdcss/dvdcss.h
Notes
Notes: svn path=/head/; revision=57849
Diffstat (limited to 'multimedia/vlc-devel')
-rw-r--r--multimedia/vlc-devel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile
index 913160402810..1807b3cac6c5 100644
--- a/multimedia/vlc-devel/Makefile
+++ b/multimedia/vlc-devel/Makefile
@@ -32,5 +32,8 @@ USE_BZIP2= yes
post-patch:
${PERL} -pi.orig -e 's,-lpthread,${PTHREAD_LIBS},g' ${WRKSRC}/configure
+ find ${WRKSRC}/ -name \*.[ch] | xargs ${PERL} -pi.orig \
+ -e 's,"videolan/dvdcss.h","dvdcss/dvdcss.h",; \
+ s,<videolan/dvdcss.h>,<dvdcss/dvdcss.h>,'
.include <bsd.port.mk>