From 04984c7d3eb38146e812248f8affff552352b91d Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 12 Sep 2004 21:56:48 +0000 Subject: Explicitly disable Java support to fix build under NetBSD 2.0_BETA (as shown by kristerw@'s bulk build, and as I have been able to reproduce in a chroot). Something weird is going on in this configure script, because it works in current (and it shows strange messages under 2.0_BETA). AFAICT it has some problems with our test(1), though I can't debug ATM. --- audio/gnome-speech/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'audio/gnome-speech') diff --git a/audio/gnome-speech/Makefile b/audio/gnome-speech/Makefile index f950134b467..17582b6383e 100644 --- a/audio/gnome-speech/Makefile +++ b/audio/gnome-speech/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/09/05 14:24:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.11 2004/09/12 21:56:48 jmmv Exp $ # DISTNAME= gnome-speech-0.3.5 @@ -21,6 +21,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-gtk-doc +# Disable Java support. +CONFIGURE_ARGS+= JAVAC=no JAVA=no IDLJ=no JAB=no + PKGCONFIG_OVERRIDE+= gnome-speech-1.0.pc.in .include "../../devel/gettext-lib/buildlink3.mk" -- cgit v1.2.3