SOURCES: gkrellm-volume-i18n.patch (NEW) - fix makefile, to make t...
wolf
wolf at pld-linux.org
Fri Oct 13 20:27:23 CEST 2006
Author: wolf Date: Fri Oct 13 18:27:23 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix makefile, to make translations work
---- Files affected:
SOURCES:
gkrellm-volume-i18n.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/gkrellm-volume-i18n.patch
diff -u /dev/null SOURCES/gkrellm-volume-i18n.patch:1.1
--- /dev/null Fri Oct 13 20:27:23 2006
+++ SOURCES/gkrellm-volume-i18n.patch Fri Oct 13 20:27:18 2006
@@ -0,0 +1,19 @@
+diff -ruN gkrellm-volume./Makefile gkrellm-volume/Makefile
+--- gkrellm-volume./Makefile 2004-08-19 22:07:27.000000000 +0200
++++ gkrellm-volume/Makefile 2006-10-13 20:22:05.916562143 +0200
+@@ -3,7 +3,6 @@
+ PACKAGE ?= gkrellm-volume
+ LOCALEDIR ?= /usr/local/share/locale
+
+-FLAGS += -DPACKAGE="\"$(PACKAGE)\""
+ export PACKAGE LOCALEDIR
+
+ GTK_CONFIG = pkg-config gtk+-2.0
+@@ -28,6 +27,7 @@
+
+ ifeq ($(enable_nls),1)
+ FLAGS += -DENABLE_NLS -DLOCALEDIR=\"$(LOCALEDIR)\"
++ FLAGS += -DPACKAGE="\"$(PACKAGE)\""
+ export enable_nls
+ endif
+
================================================================
More information about the pld-cvs-commit
mailing list