aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2006-08-10 15:53:06 +0800
committermaho <maho@FreeBSD.org>2006-08-10 15:53:06 +0800
commitd027e88b5f46fd360fe4782cd864af42716a3542 (patch)
tree11216b69f4415def13bd788da10a325a50bb0dad /lang
parenta6f6b606fed7188596d3f06835d6cf4b487b6c70 (diff)
downloadfreebsd-ports-gnome-d027e88b5f46fd360fe4782cd864af42716a3542.tar.gz
freebsd-ports-gnome-d027e88b5f46fd360fe4782cd864af42716a3542.tar.zst
freebsd-ports-gnome-d027e88b5f46fd360fe4782cd864af42716a3542.zip
If WITHOUT_JAVA is set, of course we don't build JAVA
with gtk (and xlib) awt peer. Submitted by: imp
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc41-withgcjawt/Makefile4
-rw-r--r--lang/gcc42-withgcjawt/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/lang/gcc41-withgcjawt/Makefile b/lang/gcc41-withgcjawt/Makefile
index b158c61900d0..3906a4a0bcc9 100644
--- a/lang/gcc41-withgcjawt/Makefile
+++ b/lang/gcc41-withgcjawt/Makefile
@@ -16,6 +16,10 @@ DESCR= ${.CURDIR}/pkg-descr
WITH_JAVA_AWT= yes
+.if defined (WITHOUT_JAVA)
+BROKEN= "Does not build gcj"
+.endif
+
#weird libtool issue http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28442
EXTRA_PATCHES+= ${.CURDIR}/files/patch-configure
USE_AUTOTOOLS= libtool:15
diff --git a/lang/gcc42-withgcjawt/Makefile b/lang/gcc42-withgcjawt/Makefile
index b158c61900d0..3906a4a0bcc9 100644
--- a/lang/gcc42-withgcjawt/Makefile
+++ b/lang/gcc42-withgcjawt/Makefile
@@ -16,6 +16,10 @@ DESCR= ${.CURDIR}/pkg-descr
WITH_JAVA_AWT= yes
+.if defined (WITHOUT_JAVA)
+BROKEN= "Does not build gcj"
+.endif
+
#weird libtool issue http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28442
EXTRA_PATCHES+= ${.CURDIR}/files/patch-configure
USE_AUTOTOOLS= libtool:15