diff options
Diffstat (limited to 'devel/libglade/patches/patch-aa')
-rw-r--r-- | devel/libglade/patches/patch-aa | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/devel/libglade/patches/patch-aa b/devel/libglade/patches/patch-aa index fc1ae8488e0..a7f49f37181 100644 --- a/devel/libglade/patches/patch-aa +++ b/devel/libglade/patches/patch-aa @@ -1,13 +1,9 @@ -$NetBSD: patch-aa,v 1.3 2000/09/29 06:37:37 rh Exp $ +$NetBSD: patch-aa,v 1.4 2001/03/18 00:40:50 mjl Exp $ ---- configure.orig Fri Sep 29 08:31:22 2000 -+++ configure -@@ -2724,7 +2724,7 @@ - echo $ac_n "checking for BONOBO - version >= $min_bonobo_version""... $ac_c" 1>&6 - echo "configure:2726: checking for BONOBO - version >= $min_bonobo_version" >&5 +--- configure.orig Sun Mar 18 01:24:21 2001 ++++ configure Sun Mar 18 01:25:08 2001 +@@ -2739,3 +2739,3 @@ no_bonobo="" - if test "$GNOME_CONFIG" = "no" ; then + if true ; then no_bonobo=yes - else - BONOBO_CFLAGS=`$GNOME_CONFIG $bonoboconf_args --cflags bonobo` |