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 /x11/gtk--/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 'x11/gtk--/patches')
-rw-r--r-- | x11/gtk--/patches/patch-af | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/x11/gtk--/patches/patch-af b/x11/gtk--/patches/patch-af index fb8a0a75fc6..f96a7b85cc6 100644 --- a/x11/gtk--/patches/patch-af +++ b/x11/gtk--/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.2 1999/11/14 23:36:27 tron Exp $ +$NetBSD: patch-af,v 1.3 2000/05/02 18:48:44 danw Exp $ --- configure.orig Tue Sep 28 22:07:12 1999 +++ configure Sun Nov 14 22:59:48 1999 @@ -18,16 +18,3 @@ $NetBSD: patch-af,v 1.2 1999/11/14 23:36:27 tron Exp $ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. -@@ -4166,10 +4168,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" |