diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2019-11-01 07:41:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-01 07:41:10 +0700 |
commit | dd3a27e0bd6973c0e94cffd7a636a2182a0a2914 (patch) | |
tree | fbd50999327bc36bef0c80dda51dcb4d8095b2b4 /games/pinball/gettext-version.patch | |
parent | 73a685477552e8a1668452c03e211bba9cd40de9 (diff) |
games/pinball: Add more patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/pinball/gettext-version.patch')
-rw-r--r-- | games/pinball/gettext-version.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games/pinball/gettext-version.patch b/games/pinball/gettext-version.patch new file mode 100644 index 000000000000..d555a86a47e9 --- /dev/null +++ b/games/pinball/gettext-version.patch @@ -0,0 +1,22 @@ +From c20e9bb1fbf1175b76522e85d04ff7df96beaf51 Mon Sep 17 00:00:00 2001 +From: orbea <orbea@riseup.net> +Date: Sun, 27 Oct 2019 11:07:18 -0700 +Subject: [PATCH] Fix build issue with gettext-0.20. + +*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20 +--- + configure.ac | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/configure.ac b/configure.ac +index c6e1dcb..746c768 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -19,6 +19,7 @@ AM_GNU_GETTEXT([external]) + #For rhel6 but rhel6 doesn't have SDL2 + #AM_GNU_GETTEXT_VERSION(0.17) + AM_GNU_GETTEXT_VERSION(0.19.8) ++AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8]) + + dnl this is a c++ program + dnl CFLAGS="-g -W -Wall -O2" |