diff options
author | ade <ade@FreeBSD.org> | 2000-08-26 00:07:03 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-26 00:07:03 +0800 |
commit | 1797800c67d1d49f6b102de01c0f965305edddc1 (patch) | |
tree | fc75e0bdb6005bbee9e15170145c2bfb3d375ff9 /print | |
parent | 1db2e4c335357d310eb9bd9fc8a42d599f510643 (diff) | |
download | freebsd-ports-gnome-1797800c67d1d49f6b102de01c0f965305edddc1.tar.gz freebsd-ports-gnome-1797800c67d1d49f6b102de01c0f965305edddc1.tar.zst freebsd-ports-gnome-1797800c67d1d49f6b102de01c0f965305edddc1.zip |
Unconditionally disable bonobo support here too -- it needs reworking
for the new bonobo code.
Submitted by: Archie Cobbs <archie@whistle.com>
Diffstat (limited to 'print')
-rw-r--r-- | print/ggv/files/patch-aa | 22 | ||||
-rw-r--r-- | print/ggv2/files/patch-aa | 22 |
2 files changed, 38 insertions, 6 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 diff --git a/print/ggv2/files/patch-aa b/print/ggv2/files/patch-aa index 93e94800cdea..fe039bee57d1 100644 --- a/print/ggv2/files/patch-aa +++ b/print/ggv2/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 |