diff options
Diffstat (limited to 'multimedia/vlc/files')
-rw-r--r-- | multimedia/vlc/files/patch-Makefile.opts.in | 18 | ||||
-rw-r--r-- | multimedia/vlc/files/patch-configure | 14 |
2 files changed, 0 insertions, 32 deletions
diff --git a/multimedia/vlc/files/patch-Makefile.opts.in b/multimedia/vlc/files/patch-Makefile.opts.in deleted file mode 100644 index 23b7d5b96c22..000000000000 --- a/multimedia/vlc/files/patch-Makefile.opts.in +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.opts.in.orig Tue Aug 7 19:55:49 2001 -+++ Makefile.opts.in Sun Aug 12 15:01:13 2001 -@@ -200,6 +200,7 @@ - CFLAGS += -fnative-struct -D_OFF_T_ -D_off_t=long - endif - -+ifeq ($(MODIFY_CFLAGS),1) - ifneq (,$(findstring bsd,$(SYS))) - CFLAGS += -pthread - endif -@@ -235,6 +236,7 @@ - endif - - #end of optimisations -+endif - endif - - # diff --git a/multimedia/vlc/files/patch-configure b/multimedia/vlc/files/patch-configure deleted file mode 100644 index d2a8c34e446d..000000000000 --- a/multimedia/vlc/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.orig Tue Aug 7 19:55:49 2001 -+++ configure Sun Aug 12 15:36:05 2001 -@@ -3924,10 +3924,7 @@ - - if test x$enable_dsp != xno - then -- if test -c /dev/dsp -- then -- PLUGINS="${PLUGINS} dsp" -- fi -+ PLUGINS="${PLUGINS} dsp" - fi - - # Check whether --enable-esd or --disable-esd was given. |