aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vdr/streamdev_makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/vdr/streamdev_makefile.patch')
-rw-r--r--testing/vdr/streamdev_makefile.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/vdr/streamdev_makefile.patch b/testing/vdr/streamdev_makefile.patch
deleted file mode 100644
index d64f8d6b7f..0000000000
--- a/testing/vdr/streamdev_makefile.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/PLUGINS/src/streamdev/Makefile
-+++ b/PLUGINS/src/streamdev/Makefile
-@@ -37,8 +37,9 @@
- -include $(PLGCFG)
-
- ### export all vars for sub-makes, using absolute paths
--LIBDIR := $(shell cd $(LIBDIR) >/dev/null 2>&1 && pwd)
--LOCDIR := $(shell cd $(LOCDIR) >/dev/null 2>&1 && pwd)
-+# paths don't exist and absolute path isn't needed
-+#LIBDIR := $(shell cd $(LIBDIR) >/dev/null 2>&1 && pwd)
-+#LOCDIR := $(shell cd $(LOCDIR) >/dev/null 2>&1 && pwd)
- export
- unexport PLUGIN
-