1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

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
This commit is contained in:
Ade Lovett 2000-08-24 22:16:15 +00:00
parent bbb68e3825
commit 4fbddfe65b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31940
2 changed files with 18 additions and 0 deletions

View File

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

View File

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