From 496eac255b881bdf00cae1699709d4d1df9a618a Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Thu, 18 Apr 2002 12:53:04 +0000 Subject: Handle the fact that the latest version of libdvdcss has moved videolan/dvdcss.h to dvdcss/dvdcss.h --- multimedia/vlc/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'multimedia/vlc') diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 913160402810..1807b3cac6c5 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/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,,,' .include -- cgit v1.2.3