diff options
author | brian <brian@FreeBSD.org> | 2002-04-18 20:53:04 +0800 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2002-04-18 20:53:04 +0800 |
commit | 550a766ac6c8b60dd5696bd11f3f500bfcaa4e86 (patch) | |
tree | fed93d5850eb6bfa60e08b8ed40f67e6ce525087 /graphics | |
parent | f3f03fcdb6b505bd1a6f3de4cffb031948860e09 (diff) | |
download | freebsd-ports-gnome-550a766ac6c8b60dd5696bd11f3f500bfcaa4e86.tar.gz freebsd-ports-gnome-550a766ac6c8b60dd5696bd11f3f500bfcaa4e86.tar.zst freebsd-ports-gnome-550a766ac6c8b60dd5696bd11f3f500bfcaa4e86.zip |
Handle the fact that the latest version of libdvdcss has moved
videolan/dvdcss.h to dvdcss/dvdcss.h
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vlc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/vlc/Makefile b/graphics/vlc/Makefile index 913160402810..1807b3cac6c5 100644 --- a/graphics/vlc/Makefile +++ b/graphics/vlc/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> |