diff options
author | ade <ade@FreeBSD.org> | 2000-08-25 06:16:15 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-25 06:16:15 +0800 |
commit | d7589d4566cc57d7c45284e89be210083ee40ed3 (patch) | |
tree | 0180ee039f661c91cf49479d0de4a94e9c60bb57 /devel | |
parent | 5510c6d2e49e2f303fd38e6331f56e678fdfff6a (diff) | |
download | freebsd-ports-gnome-d7589d4566cc57d7c45284e89be210083ee40ed3.tar.gz freebsd-ports-gnome-d7589d4566cc57d7c45284e89be210083ee40ed3.tar.zst freebsd-ports-gnome-d7589d4566cc57d7c45284e89be210083ee40ed3.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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libglade/files/patch-aa | 9 | ||||
-rw-r--r-- | devel/libglade2/files/patch-aa | 9 |
2 files changed, 18 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 diff --git a/devel/libglade2/files/patch-aa b/devel/libglade2/files/patch-aa new file mode 100644 index 000000000000..2d4586de78fd --- /dev/null +++ b/devel/libglade2/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 |