File: gettext.patch

package info (click to toggle)
gst-libav1.0 1.10.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 77,240 kB
  • ctags: 87,676
  • sloc: ansic: 939,882; asm: 77,498; sh: 12,006; xml: 11,484; makefile: 3,772; perl: 2,537; cpp: 2,016; objc: 1,069; python: 358
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@