pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/scilab Explicitly disable java support so that it...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ddee962fc80
branches:  trunk
changeset: 543878:6ddee962fc80
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Jun 23 20:54:44 2008 +0000

description:
Explicitly disable java support so that it doesn't try, and fail, to build
it if configure script happens to find a java installed.

diffstat:

 math/scilab/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3f70466bf5f3 -r 6ddee962fc80 math/scilab/Makefile
--- a/math/scilab/Makefile      Mon Jun 23 20:39:13 2008 +0000
+++ b/math/scilab/Makefile      Mon Jun 23 20:54:44 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2007/10/07 20:35:04 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.75 2008/06/23 20:54:44 markd Exp $
 #
 
 DISTNAME=      ${SCIBASE}-src
@@ -27,6 +27,7 @@
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --without-local-xaw
+CONFIGURE_ARGS+=       --without-java
 
 EVAL_PREFIX+=          TCL_PREFIX=tcl
 EVAL_PREFIX+=          TK_PREFIX=tk



Home | Main Index | Thread Index | Old Index