[ekiga] actually commit the patch too

Peter Robinson pbrobinson at fedoraproject.org
Tue Jul 19 08:44:50 UTC 2011


commit a7e73fa1e7e5a5b84405a2452e21d27dc58bbae3
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Jul 19 09:44:37 2011 +0100

    actually commit the patch too

 ekiga-gettext.patch |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/ekiga-gettext.patch b/ekiga-gettext.patch
new file mode 100644
index 0000000..47c5a49
--- /dev/null
+++ b/ekiga-gettext.patch
@@ -0,0 +1,25 @@
+From ebd9de96878c224145c0b1d7bf21c7151c0563bf Mon Sep 17 00:00:00 2001
+From: Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr>
+Date: Tue, 19 Jul 2011 08:15:52 +0000
+Subject: Fix generation of po translation files
+
+Bug introduced by commit 2bfaf29.
+---
+diff --git a/configure.ac b/configure.ac
+index 63d8685..eefae22 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -770,7 +770,9 @@ AM_CONDITIONAL(DEBUG, test "x$has_debug" = "xyes")
+ dnl #########################################################################
+ dnl  Support for internationalization
+ dnl ########################################################################
+-AC_DEFINE(GETTEXT_PACKAGE, "[AC_PACKAGE_NAME]",[fix])
++GETTEXT_PACKAGE=AC_PACKAGE_NAME
++AC_SUBST(GETTEXT_PACKAGE)  # needed by gettext in po directory
++AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",[fix])
+ AM_GLIB_GNU_GETTEXT
+ 
+ 
+--
+cgit v0.9
+


More information about the scm-commits mailing list