diff options
Diffstat (limited to 'misc/lifelines/files')
| -rw-r--r-- | misc/lifelines/files/patch-configure.ac | 18 | ||||
| -rw-r--r-- | misc/lifelines/files/patch-intl_Makefile.in | 38 |
2 files changed, 18 insertions, 38 deletions
diff --git a/misc/lifelines/files/patch-configure.ac b/misc/lifelines/files/patch-configure.ac new file mode 100644 index 000000000000..60e9b9ead875 --- /dev/null +++ b/misc/lifelines/files/patch-configure.ac @@ -0,0 +1,18 @@ +--- configure.ac.orig 2016-03-17 00:15:34 UTC ++++ configure.ac +@@ -11,6 +11,7 @@ AC_CONFIG_AUX_DIR(build/autotools) + AC_PREREQ(2.50) + AC_REVISION([for lifelines, built with autoconf] AC_ACVERSION) + AC_CONFIG_AUX_DIR(build/autotools) ++AC_CONFIG_MACRO_DIRS([build/autotools]) + AC_CANONICAL_HOST + + dnl Use 'foreign' to avoid requiring GNU files in top-level. +@@ -48,6 +49,7 @@ AM_GNU_GETTEXT(,need-ngettext) + dnl These languages should be a copy of po/LINGUAS + ALL_LINGUAS="da de el eo es fr it nl pl rw sv" + AM_GNU_GETTEXT(,need-ngettext) ++AM_GNU_GETTEXT_VERSION([0.11.5]) + + dnl codeset conversion library + AM_ICONV diff --git a/misc/lifelines/files/patch-intl_Makefile.in b/misc/lifelines/files/patch-intl_Makefile.in deleted file mode 100644 index 6790415d8117..000000000000 --- a/misc/lifelines/files/patch-intl_Makefile.in +++ /dev/null @@ -1,38 +0,0 @@ ---- intl/Makefile.in.orig 2015-12-22 22:00:40 UTC -+++ intl/Makefile.in -@@ -152,35 +152,6 @@ install-exec: all - else \ - : ; \ - fi -- if test '@USE_INCLUDED_LIBINTL@' = yes; then \ -- test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \ -- temp=$(DESTDIR)$(libdir)/t-charset.alias; \ -- dest=$(DESTDIR)$(libdir)/charset.alias; \ -- if test -f $(DESTDIR)$(libdir)/charset.alias; then \ -- orig=$(DESTDIR)$(libdir)/charset.alias; \ -- sed -f ref-add.sed $$orig > $$temp; \ -- $(INSTALL_DATA) $$temp $$dest; \ -- rm -f $$temp; \ -- else \ -- if test @GLIBC21@ = no; then \ -- orig=charset.alias; \ -- sed -f ref-add.sed $$orig > $$temp; \ -- $(INSTALL_DATA) $$temp $$dest; \ -- rm -f $$temp; \ -- fi; \ -- fi; \ -- $(mkinstalldirs) $(DESTDIR)$(localedir); \ -- test -f $(DESTDIR)$(localedir)/locale.alias \ -- && orig=$(DESTDIR)$(localedir)/locale.alias \ -- || orig=$(srcdir)/locale.alias; \ -- temp=$(DESTDIR)$(localedir)/t-locale.alias; \ -- dest=$(DESTDIR)$(localedir)/locale.alias; \ -- sed -f ref-add.sed $$orig > $$temp; \ -- $(INSTALL_DATA) $$temp $$dest; \ -- rm -f $$temp; \ -- else \ -- : ; \ -- fi - install-data: all - if test "$(PACKAGE)" = "gettext"; then \ - $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ |
