gentoo-ebuilds/games-sports/ultimatestunts/files/ultimatestunts-0.7.7-intl.patch
Alexey Sokolov ff8f1ffdc1
games-sports/ultimatestunts: stop using outdated intl
Closes: https://bugs.gentoo.org/944445
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Signed-off-by: Sam James <sam@gentoo.org>
2025-03-31 22:30:24 +01:00

35 lines
1.3 KiB
Diff

https://bugs.gentoo.org/944445
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ CFLAGS=-Wall
AUTOMAKE_OPTIONS = foreign 1.9
-SUBDIRS = intl po data shared simulation graphics stuntsserver stuntsai stunts3dedit trackedit ultimatestunts
+SUBDIRS = po data shared simulation graphics stuntsserver stuntsai stunts3dedit trackedit ultimatestunts
ultimatestunts.conf: ultimatestunts.conf.in Makefile
sed 's,@usdatadir\@,$(usdatadir),;s,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),' < $< > $@
--- a/configure.ac
+++ b/configure.ac
@@ -243,8 +243,8 @@ dnl -------------------
dnl i18n
dnl -------------------
AC_LANG_PUSH(C)
-AM_GNU_GETTEXT
-AM_GNU_GETTEXT_VERSION
+AM_GNU_GETTEXT(external)
+AM_GNU_GETTEXT_REQUIRE_VERSION(0.22.1)
AC_LANG_POP(C)
dnl ------------------
@@ -277,7 +277,7 @@ AC_SUBST(sdllibs)
dnl usdatadir is used as the data file install location
AC_SUBST(usdatadir)
-AC_CONFIG_FILES([Makefile intl/Makefile po/Makefile.in data/Makefile shared/Makefile simulation/Makefile graphics/Makefile stuntsserver/Makefile stuntsai/Makefile stunts3dedit/Makefile trackedit/Makefile ultimatestunts/Makefile])
+AC_CONFIG_FILES([Makefile po/Makefile.in data/Makefile shared/Makefile simulation/Makefile graphics/Makefile stuntsserver/Makefile stuntsai/Makefile stunts3dedit/Makefile trackedit/Makefile ultimatestunts/Makefile])
AC_OUTPUT