From 9bf3a2110fba5e329123b4afaa4006b5a803f524 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 29 Aug 2019 10:25:02 +0200 Subject: extra/gspell: temporary build fix for FS#63550 --- .../gspell/8bd7cac01d8cd27a25b48858843cb21e91f3952e.diff | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 extra/gspell/8bd7cac01d8cd27a25b48858843cb21e91f3952e.diff (limited to 'extra/gspell/8bd7cac01d8cd27a25b48858843cb21e91f3952e.diff') diff --git a/extra/gspell/8bd7cac01d8cd27a25b48858843cb21e91f3952e.diff b/extra/gspell/8bd7cac01d8cd27a25b48858843cb21e91f3952e.diff new file mode 100644 index 00000000..2d05841e --- /dev/null +++ b/extra/gspell/8bd7cac01d8cd27a25b48858843cb21e91f3952e.diff @@ -0,0 +1,15 @@ +diff --git a/configure.ac b/configure.ac +index 91359870f2edd6add3f5460e6cc29bb1c235f8ec..189ba95ddbe2e58a66a176ec286ee4d153454e19 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -121,7 +121,9 @@ fi + + # i18n + AM_GNU_GETTEXT([external]) +-AM_GNU_GETTEXT_VERSION([0.19.4]) ++# FIXME: Remove AM_GNU_GETTEXT_VERSION once autoreconf supports REQUIRE_VERSION ++AM_GNU_GETTEXT_VERSION([0.19.6]) ++AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.6]) + AC_SUBST([GETTEXT_PACKAGE], [gspell-$GSPELL_API_VERSION]) + AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Define to the gettext package name.]) + -- cgit v1.2.3-54-g00ecf