diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2014-01-20 20:04:08 +0000 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2014-01-20 20:04:08 +0000 |
commit | f78a19cc2707f6863fb5f944777d56c766242735 (patch) | |
tree | f3eff0c8418c15c0d0b4e65f3e2d86c3210dd3c7 /media-plugins/vdr-reelbox/files/reelbox-3.11210_makefile.diff | |
parent | masked media-plugins/vdr-* for removal, depends all on vdr-plugin.eclass and ... (diff) | |
download | testing-f78a19cc2707f6863fb5f944777d56c766242735.tar.gz testing-f78a19cc2707f6863fb5f944777d56c766242735.tar.bz2 testing-f78a19cc2707f6863fb5f944777d56c766242735.zip |
cleaned up vdr-reelbox
svn path=/testing/; revision=1249
Diffstat (limited to 'media-plugins/vdr-reelbox/files/reelbox-3.11210_makefile.diff')
-rw-r--r-- | media-plugins/vdr-reelbox/files/reelbox-3.11210_makefile.diff | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/media-plugins/vdr-reelbox/files/reelbox-3.11210_makefile.diff b/media-plugins/vdr-reelbox/files/reelbox-3.11210_makefile.diff deleted file mode 100644 index 83caf23..0000000 --- a/media-plugins/vdr-reelbox/files/reelbox-3.11210_makefile.diff +++ /dev/null @@ -1,38 +0,0 @@ -diff -Naur vdr-reelbox-3.orig/Makefile vdr-reelbox-3/Makefile ---- vdr-reelbox-3.orig/Makefile 2009-03-17 14:33:33.873629658 +0100 -+++ vdr-reelbox-3/Makefile 2009-03-17 14:37:09.940664031 +0100 -@@ -10,7 +10,7 @@ - PLUGIN = reelbox - - # set it if you want to compile the skin for use with the reelbox --REELSKIN=1 -+#REELSKIN=1 - - ### The object files (add further files here): - -@@ -33,13 +33,8 @@ - LIBDIR = ../../lib - TMPDIR = /tmp - --BSPSHM = ../../../utils/bspshm --HDSHM = ../../../utils/hdshm3/src -- --BSPINCLUDE = -I$(BSPSHM) -I$(BSPSHM)/include --HDINCLUDE = -I$(HDSHM) -I$(HDSHM)/include --LIBMAD ?= ../../../../temp/docimage/libs/libmad --LIBASOUND ?= ../../../../temp/docimage/libs/alsa-lib -+BSPSHM = ../bspshm -+HDSHM = ../hdshm3/src - - ### Allow user defined options to overwrite defaults: - -@@ -47,8 +42,7 @@ - - ### Includes and Defines (add further entries here): - --INCLUDES += -I$(LIBASOUND)/include $(BSPINCLUDE) $(HDINCLUDE) --INCLUDES += -I$(LIBMAD) `freetype-config --cflags` -+INCLUDES += -I$(BSPSHM) -I$(HDSHM) -I/usr/include/freetype2 - - ifdef REELSKIN - DEFINES += -DREELSKIN |