diff options
author | danw <danw@pkgsrc.org> | 2000-05-02 18:48:35 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2000-05-02 18:48:35 +0000 |
commit | 82d9c1f1741f9147489baab354ae377f3c09d184 (patch) | |
tree | cdb2f7b799acdf24b452927949068991ee148919 /devel/libtool | |
parent | 999c0cad3274d3d7885925f0147a66563927bef6 (diff) | |
download | pkgsrc-82d9c1f1741f9147489baab354ae377f3c09d184.tar.gz |
Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
Diffstat (limited to 'devel/libtool')
-rw-r--r-- | devel/libtool/files/patch-sum | 7 | ||||
-rw-r--r-- | devel/libtool/patches/patch-aa | 20 |
2 files changed, 5 insertions, 22 deletions
diff --git a/devel/libtool/files/patch-sum b/devel/libtool/files/patch-sum index 8cde1cc7ec7..f1e44f7a6ea 100644 --- a/devel/libtool/files/patch-sum +++ b/devel/libtool/files/patch-sum @@ -1,3 +1,6 @@ -$NetBSD: patch-sum,v 1.2 1999/09/02 21:35:51 christos Exp $ +$NetBSD: patch-sum,v 1.3 2000/05/02 18:48:40 danw Exp $ -MD5 (patch-aa) = f47278bd27bfc99145be98ea23da3329 +This placeholder file is generated by the ``makepatchsum'' target +whenever the patches directory is empty or missing. Its purpose +is to ensure that the presence of any obsolete patches will cause +the proper error to be emitted at build time. diff --git a/devel/libtool/patches/patch-aa b/devel/libtool/patches/patch-aa deleted file mode 100644 index 65dd08326fc..00000000000 --- a/devel/libtool/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aa,v 1.7 1999/09/02 21:35:51 christos Exp $ - ---- configure.orig Fri Jul 2 12:01:56 1999 -+++ configure Fri Aug 20 18:22:00 1999 -@@ -1853,10 +1853,13 @@ - *) # Relative path. - ac_sub_cache_file="$ac_dots$cache_file" ;; - esac -- case "$ac_given_INSTALL" in -+ if [ -z "$ac_given_INSTALL" ]; then -+ ac_given_INSTALL="$INSTALL" -+ fi -+ case "$ac_given_INSTALL" in - [/$]*) INSTALL="$ac_given_INSTALL" ;; - *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac -+ esac - - echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" - # The eval makes quoting arguments work. |