~ubuntu-branches/debian/sid/transmageddon/sid

« back to all changes in this revision

Viewing changes to common/gettext.patch

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-10-14 08:28:43 UTC
  • Revision ID: james.westby@ubuntu.com-20091014082843-uxbyrcqydc13zrim
Tags: upstream-0.14
ImportĀ upstreamĀ versionĀ 0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- po/Makefile.in.in.orig      2006-01-07 12:03:45.000000000 +0100
 
2
+++ po/Makefile.in.in   2006-01-07 12:04:23.000000000 +0100
 
3
@@ -11,6 +11,9 @@
 
4
 PACKAGE = @PACKAGE@
 
5
 VERSION = @VERSION@
 
6
 
 
7
+# thomas: add GETTEXT_PACKAGE substitution as used in Makevars
 
8
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
9
+
 
10
 SHELL = /bin/sh
 
11
 @SET_MAKE@
 
12