diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-08-25 16:07:03 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-08-25 16:07:03 +0000 |
commit | 2c47dda968984909b2e072da7589d59c33cf8157 (patch) | |
tree | 2fad34745352d49c68dca083b0d1b99aa823bc64 /print/ggv/files | |
parent | Update to 4.75 20000826 version. (diff) |
Unconditionally disable bonobo support here too -- it needs reworking
for the new bonobo code.
Submitted by: Archie Cobbs <archie@whistle.com>
Notes
Notes:
svn path=/head/; revision=31969
Diffstat (limited to 'print/ggv/files')
-rw-r--r-- | print/ggv/files/patch-aa | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/print/ggv/files/patch-aa b/print/ggv/files/patch-aa index 93e94800cdea..fe039bee57d1 100644 --- a/print/ggv/files/patch-aa +++ b/print/ggv/files/patch-aa @@ -1,6 +1,6 @@ ---- configure.orig Sat Apr 17 04:25:20 1999 -+++ configure Sat May 22 21:58:31 1999 -@@ -4165,15 +4165,15 @@ +--- configure.orig Tue May 9 17:06:45 2000 ++++ configure Fri Aug 25 11:04:07 2000 +@@ -4506,15 +4506,15 @@ fi @@ -20,3 +20,19 @@ fi if test "$XGETTEXT" != ":"; then +@@ -4821,13 +4821,8 @@ + fi + fi + if test "x$no_bonobo" = x ; then +- echo "$ac_t""yes" 1>&6 +- +- cat >> confdefs.h <<\EOF +-#define ENABLE_BONOBO 1 +-EOF +- +- have_bonobo=true ++ echo "$ac_t""yes - but I'm ignoring it" 1>&6 ++ have_bonobo=false + + else + echo "$ac_t""no" 1>&6 |