diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /multimedia/vlc/files | |
parent | Fix compilation problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes:
svn path=/head/; revision=47856
svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
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. |