1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/community/system-config-printer/gettext-0.24.patch
mio 29f561e537 community/system-config-printer: fix build with gettext 0.24
Fix build error when generating locale files with gettext 0.24.

```
make[1]: Entering directory '/home/buildozer/aports/community/system-config-printer/src/system-config-printer-1.5.18/po'
Makefile:111: warning: ignoring prerequisites on suffix rule definition
make[1]: *** No rule to make target '/config.status', needed by 'Makefile'.  Stop.
make[1]: Leaving directory '/home/buildozer/aports/community/system-config-printer/src/system-config-printer-1.5.18/po'
make: *** [Makefile:1285: all-recursive] Error 1
```
2025-05-02 18:22:53 +00:00

10 lines
331 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
AC_INIT(system-config-printer, 1.5.18)
AC_CONFIG_SRCDIR(system-config-printer.py)
AM_INIT_AUTOMAKE([dist-xz dist-bzip2 subdir-objects 1.6])
+AM_GNU_GETTEXT_REQUIRE_VERSION(0.20)
AM_GNU_GETTEXT_VERSION(0.20)
AX_REQUIRE_DEFINED([AM_GNU_GETTEXT])
AM_GNU_GETTEXT([external])