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 /x11/gnome-libs/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 'x11/gnome-libs/patches')
-rw-r--r-- | x11/gnome-libs/patches/patch-aa | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/x11/gnome-libs/patches/patch-aa b/x11/gnome-libs/patches/patch-aa index 150c9f4040e..36492a10c14 100644 --- a/x11/gnome-libs/patches/patch-aa +++ b/x11/gnome-libs/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.8 2000/03/13 22:25:47 tron Exp $ +$NetBSD: patch-aa,v 1.9 2000/05/02 18:48:43 danw Exp $ --- configure.orig Tue Feb 22 15:29:37 2000 +++ configure Mon Mar 13 23:08:16 2000 @@ -30,33 +30,3 @@ $NetBSD: patch-aa,v 1.8 2000/03/13 22:25:47 tron Exp $ GNOME_INCLUDEDIR='-I${includedir} -DNEED_GNOMESUPPORT_H -I${pkglibdir}/include' GNOME_IDLDIR='-I${datadir}/idl' -@@ -11093,10 +11095,10 @@ - top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac -+# case "$ac_given_INSTALL" in -+# [/$]*) INSTALL="$ac_given_INSTALL" ;; -+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -+# esac - - echo creating "$ac_file" - rm -f "$ac_file" -@@ -11366,10 +11368,10 @@ - *) # Relative path. - ac_sub_cache_file="$ac_dots$cache_file" ;; - esac -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac -+# case "$ac_given_INSTALL" in -+# [/$]*) INSTALL="$ac_given_INSTALL" ;; -+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -+# 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. |