summarylogtreecommitdiffstats
path: root/vdr-bgprocess-01_locale.patch
blob: ec14b83910628e8416350b898d8e37062208d59e (plain)
1
2
3
4
5
6
7
8
9
10
11
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"):