summaryrefslogtreecommitdiff
path: root/media-plugins/vdr-cinebars/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /media-plugins/vdr-cinebars/files
reinit the tree, so we can have metadata
Diffstat (limited to 'media-plugins/vdr-cinebars/files')
-rw-r--r--media-plugins/vdr-cinebars/files/vdr-cinebars-0.0.5_makefile.diff21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-plugins/vdr-cinebars/files/vdr-cinebars-0.0.5_makefile.diff b/media-plugins/vdr-cinebars/files/vdr-cinebars-0.0.5_makefile.diff
new file mode 100644
index 000000000000..75e2870f8149
--- /dev/null
+++ b/media-plugins/vdr-cinebars/files/vdr-cinebars-0.0.5_makefile.diff
@@ -0,0 +1,21 @@
+diff -Naur cinebars-0.0.5.orig/Makefile cinebars-0.0.5/Makefile
+--- cinebars-0.0.5.orig/Makefile 2012-06-30 18:27:52.000000000 +0200
++++ cinebars-0.0.5/Makefile 2012-06-30 18:29:25.000000000 +0200
+@@ -49,13 +49,13 @@
+
+ ### The object files (add further files here):
+ OBJS = $(PLUGIN).o
+-ifneq ($(VERS157),1)
+-OBJS += i18n.o
+-endif
++#ifneq ($(VERS157),1)
++#OBJS += i18n.o
++#endif
+
+ ### The main target:
+ all: libvdr-$(PLUGIN).so
+- if [ $(VERS157) = 1 ]; then make i18n; fi
++# if [ $(VERS157) = 1 ]; then make i18n; fi
+
+ ### Implicit rules:
+ %.o: %.c