gettext-version.patch 755 B

1234567891011121314151617181920212223
  1. From c20e9bb1fbf1175b76522e85d04ff7df96beaf51 Mon Sep 17 00:00:00 2001
  2. From: orbea <orbea@riseup.net>
  3. Date: Sun, 27 Oct 2019 11:07:18 -0700
  4. Subject: [PATCH] Fix build issue with gettext-0.20.
  5. *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20
  6. ---
  7. configure.ac | 1 +
  8. 1 file changed, 1 insertion(+)
  9. diff --git a/configure.ac b/configure.ac
  10. index c6e1dcb..746c768 100644
  11. --- a/configure.ac
  12. +++ b/configure.ac
  13. @@ -19,6 +19,7 @@ AM_GNU_GETTEXT([external])
  14. #For rhel6 but rhel6 doesn't have SDL2
  15. #AM_GNU_GETTEXT_VERSION(0.17)
  16. AM_GNU_GETTEXT_VERSION(0.19.8)
  17. +AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
  18. dnl this is a c++ program
  19. dnl CFLAGS="-g -W -Wall -O2"