aboutsummaryrefslogtreecommitdiff
path: root/devel/libglade
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-08-24 22:16:15 +0000
committerAde Lovett <ade@FreeBSD.org>2000-08-24 22:16:15 +0000
commit4fbddfe65bd9cb75a0cd88f960276e57abf634f1 (patch)
tree4794dc302e8d0487593bc867c3b34f4369e21d26 /devel/libglade
parentbbb68e38257b3b1db87bb399fb32ffda0e44b899 (diff)
downloadports-4fbddfe65bd9cb75a0cd88f960276e57abf634f1.tar.gz
ports-4fbddfe65bd9cb75a0cd88f960276e57abf634f1.zip
Disable bonobo support, even if the software is available on the
system, since the code has bit-rotted and does not grok the new bonobo Problem reports by: Archie Cobbs <archie@whistle.com> Sledgehammer patch by: ade
Notes
Notes: svn path=/head/; revision=31940
Diffstat (limited to 'devel/libglade')
-rw-r--r--devel/libglade/files/patch-aa9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/libglade/files/patch-aa b/devel/libglade/files/patch-aa
new file mode 100644
index 000000000000..2d4586de78fd
--- /dev/null
+++ b/devel/libglade/files/patch-aa
@@ -0,0 +1,9 @@
+--- configure.orig Mon Jul 10 10:37:02 2000
++++ configure Thu Aug 24 15:31:47 2000
+@@ -2801,4 +2801,4 @@
+ if test "x$no_bonobo" = x ; then
+- echo "$ac_t""yes" 1>&6
+- have_bonobo=true
++ echo "$ac_t""yes - but I'm ignoring it" 1>&6
++ have_bonobo=false
+ else