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-- | |
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--')
-rw-r--r-- | x11/gtk--/files/patch-sum | 4 | ||||
-rw-r--r-- | x11/gtk--/patches/patch-af | 15 |
2 files changed, 3 insertions, 16 deletions
diff --git a/x11/gtk--/files/patch-sum b/x11/gtk--/files/patch-sum index a69b35cf014..f3d5536884c 100644 --- a/x11/gtk--/files/patch-sum +++ b/x11/gtk--/files/patch-sum @@ -1,5 +1,5 @@ -$NetBSD: patch-sum,v 1.2 1999/11/14 23:36:26 tron Exp $ +$NetBSD: patch-sum,v 1.3 2000/05/02 18:48:44 danw Exp $ -MD5 (patch-af) = 920eecbca989dd5ed85237ad30d30a32 +MD5 (patch-af) = e6234d2aabb5c84c3217c86cb86551a0 MD5 (patch-ag) = f506e01307364cead73593ec109895ee MD5 (patch-ah) = f65a029f379fbf8274f297d501c1c0e8 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" |