summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.diff38
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