aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vdr/streamdev_makefile.patch
diff options
context:
space:
mode:
authorStefan Reiff <kroko87@hotmail.com>2019-05-12 20:38:56 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-12 18:45:42 +0000
commitf4e6ce7f7d97814be2dcee35472176fff98b288c (patch)
tree23271c3b73a2297f3279bac0013252b229a187ae /testing/vdr/streamdev_makefile.patch
parent47965644c390b1be1117769b1e08b31858267e9a (diff)
downloadaports-f4e6ce7f7d97814be2dcee35472176fff98b288c.tar.bz2
aports-f4e6ce7f7d97814be2dcee35472176fff98b288c.tar.xz
community/vdr: move from testing
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
-