You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-libs/gdbm/files/gdbm-1.18.1-gettext.patch

13 lines
444 B

diff -ruN gdbm-1.18.1.orig/configure.ac gdbm-1.18.1/configure.ac
--- gdbm-1.18.1.orig/configure.ac 2018-10-27 08:46:09.000000000 +0300
+++ gdbm-1.18.1/configure.ac 2020-12-17 14:12:14.249678303 +0200
@@ -94,7 +94,7 @@
dnl Internationalization macros.
AM_GNU_GETTEXT([external], [need-ngettext])
-AM_GNU_GETTEXT_VERSION(0.18)
+AM_GNU_GETTEXT_REQUIRE_VERSION(0.18)
AC_CHECK_HEADERS([sys/file.h sys/termios.h string.h locale.h getopt.h])