diff options
Diffstat (limited to 'games-board/xboard/files/xboard-4.7.2-gettext.patch')
-rw-r--r-- | games-board/xboard/files/xboard-4.7.2-gettext.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/games-board/xboard/files/xboard-4.7.2-gettext.patch b/games-board/xboard/files/xboard-4.7.2-gettext.patch deleted file mode 100644 index a50009a70efa..000000000000 --- a/games-board/xboard/files/xboard-4.7.2-gettext.patch +++ /dev/null @@ -1,20 +0,0 @@ -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) |