diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-01 22:38:45 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-01 22:38:45 +0000 |
commit | cfccc81b722e8bcfe8a13cba66b9b7fd51669f46 (patch) | |
tree | 74a5d50582a6ab70118016252c3ceebcbc3c9b82 /devel/gettext/files | |
parent | f2f0fac87409d50b3443a88404269acb29c83509 (diff) |
Notes
Diffstat (limited to 'devel/gettext/files')
-rw-r--r-- | devel/gettext/files/patch-ad | 13 | ||||
-rw-r--r-- | devel/gettext/files/patch-ae | 12 | ||||
-rw-r--r-- | devel/gettext/files/patch-af | 12 |
3 files changed, 37 insertions, 0 deletions
diff --git a/devel/gettext/files/patch-ad b/devel/gettext/files/patch-ad new file mode 100644 index 000000000000..eea8e9c9deab --- /dev/null +++ b/devel/gettext/files/patch-ad @@ -0,0 +1,13 @@ +--- Makefile.in.orig Fri May 1 15:47:40 1998 ++++ misc/Makefile.in Fri Aug 7 23:13:23 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 + diff --git a/devel/gettext/files/patch-ae b/devel/gettext/files/patch-ae new file mode 100644 index 000000000000..f52804bfa80c --- /dev/null +++ b/devel/gettext/files/patch-ae @@ -0,0 +1,12 @@ +diff -uNr ../gg/configure ./configure +--- ../gg/configure Fri May 1 14:48:25 1998 ++++ ./configure Mon Jul 20 12:49:23 1998 +@@ -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/files/patch-af b/devel/gettext/files/patch-af new file mode 100644 index 000000000000..10096b53055b --- /dev/null +++ b/devel/gettext/files/patch-af @@ -0,0 +1,12 @@ +diff -uNr ../gg/misc/locale.alias ./misc/locale.alias +--- ../gg/misc/locale.alias Sun Oct 20 00:40:54 1996 ++++ ./misc/locale.alias Mon Jul 20 12:49:42 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 + |