1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/libglade/files/patch-aa
Ade Lovett 4fbddfe65b 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
2000-08-24 22:16:15 +00:00

10 lines
281 B
Plaintext

--- 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