From: Artur Frysiak Date: Fri, 13 Apr 2001 15:29:35 +0000 (+0000) Subject: b636b4fe9ad1117ceb9345e58a1d1d7b freeciv-gettext.patch X-Git-Tag: freeciv-1_11_4-2~2 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=ca6e49808e838f67a3d2b5258227caa7cd187645;hp=6f926a492213686567364e0a362a8929dbc31deb;p=packages%2Ffreeciv.git b636b4fe9ad1117ceb9345e58a1d1d7b freeciv-gettext.patch Changed files: freeciv-gettext.patch -> 1.1 --- diff --git a/freeciv-gettext.patch b/freeciv-gettext.patch new file mode 100644 index 0000000..0044d6b --- /dev/null +++ b/freeciv-gettext.patch @@ -0,0 +1,12 @@ +--- freeciv-1.11.4/configure.in.wiget Fri Apr 13 17:18:04 2001 ++++ freeciv-1.11.4/configure.in Fri Apr 13 17:21:53 2001 +@@ -474,6 +474,9 @@ + fi]) + fi + ++INTLDEPS="" ++AC_SUBST(INTLDEPS) ++ + dnl Freeciv uses a non-standard macro, Q_(), to handle cases of qualified + dnl translatable strings. Since the Gettext supplied Autoconf support + dnl doesn't seem to have a way to add new keywords to its xgettext call,