diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-08-24 22:16:15 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-08-24 22:16:15 +0000 |
commit | 4fbddfe65bd9cb75a0cd88f960276e57abf634f1 (patch) | |
tree | 4794dc302e8d0487593bc867c3b34f4369e21d26 /devel/libglade | |
parent | Update port: print/ghostscript55 to 5.50a (diff) |
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-aa | 9 |
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 |