File: gettext.patch

package info (click to toggle)
gst-plugins-bad1.0 1.0.8-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 36,832 kB
  • sloc: ansic: 297,908; cpp: 22,677; sh: 13,303; xml: 6,362; makefile: 4,867; perl: 1,435; objc: 1,273; python: 362; sed: 16
file content (12 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (82)
1
2
3
4
5
6
7
8
9
10
11
12
--- po/Makefile.in.in.orig	2006-01-07 12:03:45.000000000 +0100
+++ po/Makefile.in.in	2006-01-07 12:04:23.000000000 +0100
@@ -11,6 +11,9 @@
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
 
+# thomas: add GETTEXT_PACKAGE substitution as used in Makevars
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+
 SHELL = /bin/sh
 @SET_MAKE@