File: gettext_package.patch

package info (click to toggle)
alsaplayer 0.99.82-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,892 kB
  • sloc: ansic: 40,741; cpp: 14,400; makefile: 983; sh: 796; lex: 751; asm: 45; python: 29; sed: 16
file content (16 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix configure.ac to provide proper GETTEXT_PACKAGE variable
Author: Andreas Tille <tille@debian.org>
Last-Update: Mon, 26 Aug 2024 08:14:25 +0200

--- a/configure.ac
+++ b/configure.ac
@@ -563,6 +563,9 @@ AC_SUBST(DFLAGS)
 
 ADDON_DIR=${libdir}/$PACKAGE
 
+GETTEXT_PACKAGE=alsaplayer
+AC_SUBST(GETTEXT_PACKAGE)
+
 dnl ================
 dnl Create Makefiles
 dnl ================