diff options
author | rh <rh@pkgsrc.org> | 2000-09-29 06:37:37 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-09-29 06:37:37 +0000 |
commit | ce960c6217447c7cb620020d0ddc030605c28c25 (patch) | |
tree | e7be37f33116f9a9e1f07c58e5437cd2672af819 /devel/libglade | |
parent | 29ade5e0f8a4d0241ccee5afa2dec5275952526b (diff) | |
download | pkgsrc-ce960c6217447c7cb620020d0ddc030605c28c25.tar.gz |
Disable broken bonobo support. Fixes PR 11099 by Brian Stark
<bstark@uswest.net>
Diffstat (limited to 'devel/libglade')
-rw-r--r-- | devel/libglade/files/patch-sum | 3 | ||||
-rw-r--r-- | devel/libglade/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/libglade/files/patch-sum b/devel/libglade/files/patch-sum index d9656c88aad..5c313bdd05d 100644 --- a/devel/libglade/files/patch-sum +++ b/devel/libglade/files/patch-sum @@ -1,3 +1,4 @@ -$NetBSD: patch-sum,v 1.5 2000/06/01 11:58:43 rh Exp $ +$NetBSD: patch-sum,v 1.6 2000/09/29 06:37:37 rh Exp $ +MD5 (patch-aa) = 93168db88c2a9a3e4c48782e74b2fddb MD5 (patch-ab) = 0ee62d73239598d60721f8b7b94af7f1 diff --git a/devel/libglade/patches/patch-aa b/devel/libglade/patches/patch-aa new file mode 100644 index 00000000000..fc1ae8488e0 --- /dev/null +++ b/devel/libglade/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2000/09/29 06:37:37 rh 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 + no_bonobo="" +- if test "$GNOME_CONFIG" = "no" ; then ++ if true ; then + no_bonobo=yes + else + BONOBO_CFLAGS=`$GNOME_CONFIG $bonoboconf_args --cflags bonobo` |