diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-09-12 21:56:48 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-09-12 21:56:48 +0000 |
commit | f7828f09504cbe93f8722a834e00852824e24ad3 (patch) | |
tree | abcdf78179810cc0a2c1c709bda2ad56b8968237 /audio | |
parent | e1b766303e08a02652b87b1faecd34ba9c077f01 (diff) | |
download | pkgsrc-f7828f09504cbe93f8722a834e00852824e24ad3.tar.gz |
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.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnome-speech/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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" |