diff options
author | rh <rh> | 2000-09-29 06:21:34 +0000 |
---|---|---|
committer | rh <rh> | 2000-09-29 06:21:34 +0000 |
commit | 2fdc2ee2a0b654754d99b47bfecf493dbc77d34d (patch) | |
tree | 18e902d443a111141f757f8e15681248c45ca5a8 /print | |
parent | 3ac38efc46d55cd9d19c129250769e9df0f2e26f (diff) | |
download | pkgsrc-2fdc2ee2a0b654754d99b47bfecf493dbc77d34d.tar.gz |
Disable broken bonobo support. Fixes PR 11085 by Brian Stark
<bstark@siemens-psc.com>
Diffstat (limited to 'print')
-rw-r--r-- | print/ggv/Makefile | 3 | ||||
-rw-r--r-- | print/ggv/files/patch-sum | 7 | ||||
-rw-r--r-- | print/ggv/patches/patch-aa | 13 |
3 files changed, 17 insertions, 6 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile index 2b07d58ad9f..c817187f577 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/06/01 15:02:12 rh Exp $ +# $NetBSD: Makefile,v 1.18 2000/09/29 06:21:34 rh Exp $ # DISTNAME= ggv-0.95 @@ -14,5 +14,6 @@ DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_X11BASE= YES +CONFIGURE_ARGS+=--disable-bonobotest .include "../../mk/bsd.pkg.mk" diff --git a/print/ggv/files/patch-sum b/print/ggv/files/patch-sum index 81f78df9ab1..f25cea3a5a8 100644 --- a/print/ggv/files/patch-sum +++ b/print/ggv/files/patch-sum @@ -1,6 +1,3 @@ -$NetBSD: patch-sum,v 1.5 2000/06/08 12:38:50 rh Exp $ +$NetBSD: patch-sum,v 1.6 2000/09/29 06:21:34 rh Exp $ -This placeholder file is generated by the ``makepatchsum'' target -whenever the patches directory is empty or missing. Its purpose -is to ensure that the presence of any obsolete patches will cause -the proper error to be emitted at build time. +MD5 (patch-aa) = ae3695c0d64a7154a1c558b2094b92b0 diff --git a/print/ggv/patches/patch-aa b/print/ggv/patches/patch-aa new file mode 100644 index 00000000000..7a5ce5671ae --- /dev/null +++ b/print/ggv/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.4 2000/09/29 06:21:35 rh Exp $ + +--- configure.orig Fri Sep 29 08:12:51 2000 ++++ configure +@@ -4746,7 +4746,7 @@ + echo $ac_n "checking for BONOBO - version >= $min_bonobo_version""... $ac_c" 1>&6 + echo "configure:4748: checking for BONOBO - version >= $min_bonobo_version" >&5 + no_bonobo="" +- if test "$GNOME_CONFIG" = "no" ; then ++ if true ; then + no_bonobo=yes + else + BONOBO_CFLAGS=`$GNOME_CONFIG $bonoboconf_args --cflags bonobo` |