summaryrefslogtreecommitdiff
path: root/media-plugins/vdr-cinebars/files/vdr-cinebars-0.0.5_makefile.diff
blob: 75e2870f8149ccfd5c584aa0dd946cb11b77d448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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