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 /archivers/liblzo/patches | |
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 'archivers/liblzo/patches')
-rw-r--r-- | archivers/liblzo/patches/patch-aa | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/archivers/liblzo/patches/patch-aa b/archivers/liblzo/patches/patch-aa index b6ecdc4756b..021bb280b44 100644 --- a/archivers/liblzo/patches/patch-aa +++ b/archivers/liblzo/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 1999/12/22 19:46:24 rh Exp $ +$NetBSD: patch-aa,v 1.3 2000/05/02 18:48:35 danw Exp $ --- configure.orig Mon Nov 29 18:37:24 1999 +++ configure Wed Dec 22 20:33:48 1999 @@ -18,16 +18,3 @@ $NetBSD: patch-aa,v 1.2 1999/12/22 19:46:24 rh Exp $ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. -@@ -4050,10 +4052,12 @@ - top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - -+if false; then - case "$ac_given_INSTALL" in - [/$]*) INSTALL="$ac_given_INSTALL" ;; - *) INSTALL="$ac_dots$ac_given_INSTALL" ;; - esac -+fi - - echo creating "$ac_file" - rm -f "$ac_file" |