pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/gnome-speech Explicitly disable Java support to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95ddc1107596
branches:  trunk
changeset: 480536:95ddc1107596
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Sep 12 21:56:48 2004 +0000

description:
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:

 audio/gnome-speech/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 9606acccdbba -r 95ddc1107596 audio/gnome-speech/Makefile
--- a/audio/gnome-speech/Makefile       Sun Sep 12 21:47:46 2004 +0000
+++ b/audio/gnome-speech/Makefile       Sun Sep 12 21:56:48 2004 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index