summarylogtreecommitdiffstats
path: root/vdr-bgprocess-01_locale.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vdr-bgprocess-01_locale.patch')
-rw-r--r--vdr-bgprocess-01_locale.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/vdr-bgprocess-01_locale.patch b/vdr-bgprocess-01_locale.patch
new file mode 100644
index 000000000000..ec14b8391062
--- /dev/null
+++ b/vdr-bgprocess-01_locale.patch
@@ -0,0 +1,12 @@
+diff -urNad bgprocess-0.1.0~/Makefile bgprocess-0.1.0/Makefile
+--- bgprocess-0.1.0~/Makefile 2009-10-01 00:17:28.000000000 +0200
++++ bgprocess-0.1.0/Makefile 2009-10-01 00:20:59.820122611 +0200
+@@ -29,7 +29,7 @@
+ -include $(VDRDIR)/Make.config
+
+ ### Test whether VDR has locale support
+-VDRLOCALE = $(shell grep '^LOCALEDIR' $(VDRDIR)/Makefile)
++VDRLOCALE = $(shell grep 'I18N_DEFAULT_LOCALE' $(VDRDIR)/i18n.h)
+
+ ### The version number of VDR's plugin API (taken from VDR's "config.h"):
+