aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vdr/files/libintl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/vdr/files/libintl.patch')
-rw-r--r--recipes/vdr/files/libintl.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/vdr/files/libintl.patch b/recipes/vdr/files/libintl.patch
new file mode 100644
index 0000000000..53540408d2
--- /dev/null
+++ b/recipes/vdr/files/libintl.patch
@@ -0,0 +1,13 @@
+Index: vdr-1.7.10/Makefile
+===================================================================
+--- vdr-1.7.10.orig/Makefile 2010-01-03 17:37:34.481503866 +0100
++++ vdr-1.7.10/Makefile 2010-01-03 17:37:46.708168016 +0100
+@@ -20,7 +20,7 @@
+ MANDIR = $(PREFIX)/share/man
+ BINDIR = $(PREFIX)/bin
+ LOCDIR = ./locale
+-LIBS = -ljpeg -lpthread -ldl -lcap -lrt -lfreetype -lfontconfig
++LIBS = -ljpeg -lpthread -ldl -lcap -lrt -lfreetype -lfontconfig -lintl
+ INCLUDES = ${CFLAGS}
+
+ PLUGINDIR= ./PLUGINS