Author: kwizart
Update of /cvs/free/rpms/vdr-burn/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21000/F-19
Added Files:
vdr-burn-0.2.2-Makefile.patch
Log Message:
Fix to devel
vdr-burn-0.2.2-Makefile.patch:
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE vdr-burn-0.2.2-Makefile.patch ---
--- burn-0.2.2/Makefile.orig 2013-04-22 12:04:46.056656436 +0200
+++ burn-0.2.2/Makefile 2013-04-22 12:05:45.054757905 +0200
@@ -61,7 +61,7 @@
### The version number of VDR's plugin API (taken from VDR's
"config.h"):
-APIVERSION = $(shell sed -ne '/define
APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDIR)/config.h)
+APIVERSION = $(shell sed -ne '/define
APIVERSION/s/^.*"\(.*\)".*$$/\1/p' /usr/lib64/vdr/config.h)
LOCDIR = $(VDRDIR)/locale
--- burn-0.2.2/Makefile.orig 2013-04-22 10:07:45.217895829 +0200
+++ burn-0.2.2/Makefile 2013-04-22 10:08:33.752980114 +0200
@@ -75,7 +75,7 @@
all: install
-ifeq ($(shell grep 'I18N_DEFAULT_LOCALE' $(VDRDIR)/i18n.h),)
+ifeq ($(shell grep 'I18N_DEFAULT_LOCALE' /usr/include/vdr/i18n.h),)
OLD_I18N = 1
i18n install-i18n:
Show replies by date