diff options
author | danw <danw> | 2000-05-02 18:48:35 +0000 |
---|---|---|
committer | danw <danw> | 2000-05-02 18:48:35 +0000 |
commit | 90ad624009f1548fa9829aac57227061b3a2c36a (patch) | |
tree | cdb2f7b799acdf24b452927949068991ee148919 /devel/glib/patches | |
parent | 29a3418c8347e4d748f0406db0c75b48364a7d1e (diff) | |
download | pkgsrc-90ad624009f1548fa9829aac57227061b3a2c36a.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/glib/patches')
-rw-r--r-- | devel/glib/patches/patch-ad | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/devel/glib/patches/patch-ad b/devel/glib/patches/patch-ad index c6cb9bee580..b5367e8f030 100644 --- a/devel/glib/patches/patch-ad +++ b/devel/glib/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.9 2000/03/12 22:24:07 tron Exp $ +$NetBSD: patch-ad,v 1.10 2000/05/02 18:48:38 danw Exp $ --- configure.orig Wed Feb 16 12:14:08 2000 +++ configure Sun Mar 12 22:26:00 2000 @@ -24,16 +24,3 @@ $NetBSD: patch-ad,v 1.9 2000/03/12 22:24:07 tron Exp $ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. exec 5>>./config.log -@@ -5796,10 +5799,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" |