Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2004 21:39:49 -0500
From:      erob <erob@videotron.ca>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        freebsd-ports@FreeBSD.org
Subject:   Disabling the Java frontend at compile time
Message-ID:  <1077849589@none>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users 
>Originator:	erob 
>Organization:	Stnlabs 
>Confidential:	no 
>Synopsis:	Disabling the Java frontend at compile time 
>Severity:	non-critical 
>Priority:	low 
>Category:	ports 
>Class:		change-request 
>Release:	FreeBSD 4.9-STABLE i386 
>Environment:


System: FreeBSD none 4.9-STABLE FreeBSD 4.9-STABLE #1: Sun Feb  i386


>Description:


The Java frontend included in the ports collection is turn on by default 
according to the lang/gcc33 Makefile. 
You may turn it off by setting the --enable-languages=foo,baz option at compile time. 


>How-To-Repeat:





>Fix:


.if defined(WANT_JAVA) 
CONFIGURE_ARGS+=	--enable-languages=c,c++,java
.else
CONFIGURE_ARGS+=	--enable-languages=c,c++
.endif





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1077849589>