diff options
author | tron <tron@pkgsrc.org> | 1998-12-29 18:10:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-12-29 18:10:34 +0000 |
commit | d79a686f258d434f88a41be5f060b41961b9f030 (patch) | |
tree | 130f4eaf4e2e6473f620d197e2a89e0febe9ea91 /devel/gettext | |
parent | c8947ca0c6dea765d9a17d1feaf7438064671be9 (diff) | |
download | pkgsrc-d79a686f258d434f88a41be5f060b41961b9f030.tar.gz |
As we don't use the included libtool we don't need to configure it.
Diffstat (limited to 'devel/gettext')
-rw-r--r-- | devel/gettext/patches/patch-aa | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/devel/gettext/patches/patch-aa b/devel/gettext/patches/patch-aa index a94a855f2f6..ccec2029292 100644 --- a/devel/gettext/patches/patch-aa +++ b/devel/gettext/patches/patch-aa @@ -1,14 +1,20 @@ -$NetBSD: patch-aa,v 1.4 1998/12/28 20:18:13 tron Exp $ +$NetBSD: patch-aa,v 1.5 1998/12/29 18:10:34 tron Exp $ --- 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 ++++ configure Tue Dec 29 19:06:57 1998 +@@ -1320,6 +1320,7 @@ fi --# Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -- + # Always use our own libtool. ++if false; then + LIBTOOL='$(SHELL) $(top_builddir)/libtool' + # Check for any special flags to pass to ltconfig. - libtool_flags= - test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" +@@ -1364,6 +1365,7 @@ + ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ + $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } ++fi + + # Extract the first word of "gcc", so it can be a program name with args. + set dummy gcc; ac_word=$2 |