summaryrefslogtreecommitdiff
path: root/devel/gettext/patches
diff options
context:
space:
mode:
authortv <tv>1999-05-23 19:48:46 +0000
committertv <tv>1999-05-23 19:48:46 +0000
commit83c57ace830661a98bf19d85ad8e841f8c27c454 (patch)
tree36c1c48d9ca13a9ca5ed2189cca0b09d460071a6 /devel/gettext/patches
parentd8a48fce88c36f011be7db79d2f1982b340a3a0a (diff)
downloadpkgsrc-83c57ace830661a98bf19d85ad8e841f8c27c454.tar.gz
We don't use libtool to make shared objects, so don't add an unnecessary
dependence on pkglibtool.
Diffstat (limited to 'devel/gettext/patches')
-rw-r--r--devel/gettext/patches/patch-aa20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/gettext/patches/patch-aa b/devel/gettext/patches/patch-aa
deleted file mode 100644
index ccec2029292..00000000000
--- a/devel/gettext/patches/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
-$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 29 19:06:57 1998
-@@ -1320,6 +1320,7 @@
- fi
-
- # Always use our own libtool.
-+if false; then
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-
- # Check for any special flags to pass to ltconfig.
-@@ -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