diff options
Diffstat (limited to 'devel/gettext-old/files')
-rw-r--r-- | devel/gettext-old/files/patch-ad | 24 | ||||
-rw-r--r-- | devel/gettext-old/files/patch-ae | 20 | ||||
-rw-r--r-- | devel/gettext-old/files/patch-af | 10 | ||||
-rw-r--r-- | devel/gettext-old/files/patch-ah | 11 |
4 files changed, 0 insertions, 65 deletions
diff --git a/devel/gettext-old/files/patch-ad b/devel/gettext-old/files/patch-ad deleted file mode 100644 index 3a0c6f4c39f6..000000000000 --- a/devel/gettext-old/files/patch-ad +++ /dev/null @@ -1,24 +0,0 @@ ---- misc/Makefile.in.orig Fri May 1 14:47:40 1998 -+++ misc/Makefile.in Thu Dec 3 20:11:52 1998 -@@ -164,10 +164,8 @@ - @list='$(lisp_LISP)'; for p in $$list; do \ - if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ - echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p"; \ -- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p; \ - if test -f $${p}c; then \ - echo " $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c"; \ -- $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c; \ - else : ; fi; \ - done - ---- doc/Makefile.in.orig Thu Dec 3 20:12:35 1998 -+++ doc/Makefile.in Thu Dec 3 20:12:51 1998 -@@ -79,7 +79,7 @@ - LIBOBJS = @LIBOBJS@ - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - MKINSTALLDIRS = @MKINSTALLDIRS@ - MSGFMT = @MSGFMT@ - NM = @NM@ diff --git a/devel/gettext-old/files/patch-ae b/devel/gettext-old/files/patch-ae deleted file mode 100644 index 73bde596d6c4..000000000000 --- a/devel/gettext-old/files/patch-ae +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Fri May 1 07:48:25 1998 -+++ configure Wed Feb 17 02:05:55 1999 -@@ -3958,7 +3958,7 @@ - fi - - -- l= -+ l=l - - - test -d po || mkdir po -@@ -4004,7 +4004,7 @@ - ;; - esac - fi --EMACS="$ac_cv_path_EMACS" -+EMACS=no - if test -n "$EMACS"; then - echo "$ac_t""$EMACS" 1>&6 - else diff --git a/devel/gettext-old/files/patch-af b/devel/gettext-old/files/patch-af deleted file mode 100644 index 7da1ef001b32..000000000000 --- a/devel/gettext-old/files/patch-af +++ /dev/null @@ -1,10 +0,0 @@ ---- misc/locale.alias.orig Sat Oct 19 23:40:54 1996 -+++ misc/locale.alias Thu Dec 3 20:11:52 1998 -@@ -40,6 +40,7 @@ - icelandic is_IS.ISO-8859-1 - italian it_CH.ISO-8859-1 - japanese ja_JP.EUC -+korean ko_KR.EUC - norwegian no_NO.ISO-8859-1 - polish pl_PL.ISO-8859-2 - portuguese pt_PT.ISO-8859-1 diff --git a/devel/gettext-old/files/patch-ah b/devel/gettext-old/files/patch-ah deleted file mode 100644 index a45dc903c3b9..000000000000 --- a/devel/gettext-old/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- intl/Makefile.in.orig Wed Feb 17 02:18:40 1999 -+++ intl/Makefile.in Wed Feb 17 02:30:13 1999 -@@ -119,7 +119,7 @@ - $(top_srcdir)/mkinstalldirs $(libdir) $(includedir); \ - fi; \ - $(INSTALL_DATA) intlh.inst $(includedir)/libintl.h; \ -- $(INSTALL_DATA) libintl.a $(libdir)/libintl.a; \ -+ $(LIBTOOL) --mode=install $(INSTALL) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; \ - else \ - : ; \ - fi |