summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2006-08-14 18:51:45 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2006-08-14 18:51:45 +0000
commitbf63835a545adc2c39a0a6f75944a216709a34d9 (patch)
treef40fee6808299f6e4c84fe46937af390816b314f /media-plugins/vdr-softdevice/files
parentRemoved now useless patch on makefile. (diff)
downloadgentoo-2-bf63835a545adc2c39a0a6f75944a216709a34d9.tar.gz
gentoo-2-bf63835a545adc2c39a0a6f75944a216709a34d9.tar.bz2
gentoo-2-bf63835a545adc2c39a0a6f75944a216709a34d9.zip
Removed now useless patch on makefile.
(Portage version: 2.1.1_pre5) (Signed Manifest commit)
Diffstat (limited to 'media-plugins/vdr-softdevice/files')
-rw-r--r--media-plugins/vdr-softdevice/files/vdr-softdevice-0.2.3a-Makefile.diff32
1 files changed, 0 insertions, 32 deletions
diff --git a/media-plugins/vdr-softdevice/files/vdr-softdevice-0.2.3a-Makefile.diff b/media-plugins/vdr-softdevice/files/vdr-softdevice-0.2.3a-Makefile.diff
deleted file mode 100644
index 41f08c7ab4e6..000000000000
--- a/media-plugins/vdr-softdevice/files/vdr-softdevice-0.2.3a-Makefile.diff
+++ /dev/null
@@ -1,32 +0,0 @@
---- softdevice-0.2.0/Makefile.orig 2005-10-25 19:57:12.000000000 +0200
-+++ softdevice-0.2.0/Makefile 2005-10-25 19:59:58.000000000 +0200
-@@ -87,7 +87,7 @@
- #VIDIX_DIR = /opt/vidix
- #VIDIX_DIR = /usr/local/
-
--VIDIX_DIR = /usr/local
-+VIDIX_DIR = /usr
-
- # -----------------------------------------------------------------------------
- # Set up these paths to your enviroment!
-@@ -96,7 +96,7 @@
- #FFMPEGCFLAGS=-I../../../../ffmpeg/libavcodec
- #
- # If you installed ffmpeg's lib (make installlib)
--FFMPEGCFLAGS=-I/usr/local/include/ffmpeg/
-+FFMPEGCFLAGS=-I/usr/include/ffmpeg/
- #FFMPEGCFLAGS=-I/home/extra/src/video/ffmpeg-0.4.8/libavcodec
- #
- #
-@@ -136,8 +136,8 @@
- endif
-
- ifdef DFB_SUPPORT
-- DFB_LIBS = -L/usr/local/lib -ldfb++
-- DFB_CFLAGS = -I/usr/local/include/dfb++ -I/usr/local/include/directfb
-+ DFB_LIBS = -L/usr/lib -ldfb++
-+ DFB_CFLAGS = -I/usr/include/dfb++ -I/usr/include/directfb
- DEFINES += -DDFB_SUPPORT
- endif
-
-