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/games-board/xboard/files/xboard-4.8.0-gettext.patch

21 lines
502 B

commit 7688073f2967bb3438d1a2d8ccffc53f697219fb
Author: hasufell <hasufell@gentoo.org>
Date: Fri Sep 6 16:37:22 2013 +0200
BUILD: fix gettext version
https://bugs.gentoo.org/show_bug.cgi?id=418267
https://savannah.gnu.org/bugs/index.php?39970
--- a/configure.ac
+++ b/configure.ac
@@ -76,7 +76,7 @@ AC_ISC_POSIX
AC_PROG_INSTALL
dnl| add gettext support
-AM_GNU_GETTEXT_VERSION(0.17)
+AM_GNU_GETTEXT_VERSION(0.18)
AM_GNU_GETTEXT([external])
AC_CHECK_PROGS(RSH, remsh rsh, rsh)