diff options
author | tron <tron@pkgsrc.org> | 1998-12-23 00:14:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-12-23 00:14:16 +0000 |
commit | ed484a6e92284818c763d4fbff4cb638165b4537 (patch) | |
tree | ef0cccc8e316dc2f170460a43adc5348c33fbfbd /devel/gettext/patches | |
parent | 1e10c78af8e81897c57a7a70701b9b23588e02ea (diff) | |
download | pkgsrc-ed484a6e92284818c763d4fbff4cb638165b4537.tar.gz |
Update "gettext" package to version 0.10.35.
Diffstat (limited to 'devel/gettext/patches')
-rw-r--r-- | devel/gettext/patches/patch-aa | 28 | ||||
-rw-r--r-- | devel/gettext/patches/patch-ab | 21 |
2 files changed, 22 insertions, 27 deletions
diff --git a/devel/gettext/patches/patch-aa b/devel/gettext/patches/patch-aa index d6748dfedab..273cfe9c7ce 100644 --- a/devel/gettext/patches/patch-aa +++ b/devel/gettext/patches/patch-aa @@ -1,20 +1,14 @@ -$NetBSD: patch-aa,v 1.2 1998/09/04 12:38:55 agc Exp $ +$NetBSD: patch-aa,v 1.3 1998/12/23 00:14:16 tron Exp $ ---- config.h.in.orig Thu Apr 2 16:41:28 1998 -+++ config.h.in Thu Apr 2 16:41:36 1998 -@@ -6,15 +6,6 @@ - /* Default value for alignment of strings in .mo file. */ - #define DEFAULT_ALIGNMENT 1 +--- configure.orig Fri May 1 07:48:25 1998 ++++ configure Tue Dec 22 23:56:52 1998 +@@ -1319,9 +1319,6 @@ + echo "$ac_t""no" 1>&6 + fi --#ifndef __P --# if __STDC__ --# define __P(args) args --# else --# define __P(args) () --# endif --#endif +-# Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' - -- - /* Define if using alloca.c. */ - #undef C_ALLOCA - + # Check for any special flags to pass to ltconfig. + libtool_flags= + test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" diff --git a/devel/gettext/patches/patch-ab b/devel/gettext/patches/patch-ab index aa443436d34..fc56124d0e5 100644 --- a/devel/gettext/patches/patch-ab +++ b/devel/gettext/patches/patch-ab @@ -1,12 +1,13 @@ -$NetBSD: patch-ab,v 1.2 1998/09/04 12:38:55 agc Exp $ +$NetBSD: patch-ab,v 1.3 1998/12/23 00:14:16 tron Exp $ ---- misc/Makefile.in.orig Thu Apr 2 17:02:04 1998 -+++ misc/Makefile.in Thu Apr 2 17:02:52 1998 -@@ -65,6 +65,7 @@ - $(INSTALL_DATA) $$file $(lispdir)/$$file; \ - done; \ - fi -+ mkdir -p $(localedir) - $(INSTALL_DATA) $(srcdir)/locale.alias $(localedir)/locale.alias +--- misc/Makefile.in.orig Fri May 1 08:47:40 1998 ++++ misc/Makefile.in Tue Dec 22 23:49:22 1998 +@@ -232,7 +232,7 @@ + install-exec: install-binSCRIPTS + @$(NORMAL_INSTALL) - uninstall: +-install-data: install-lispLISP install-localeDATA ++install-data: install-localeDATA + @$(NORMAL_INSTALL) + + install: install-exec install-data all |