summaryrefslogtreecommitdiff
path: root/lang/gcc41/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2006-06-05 19:50:05 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2006-06-05 19:50:05 +0000
commit4911ee2897eef739c9bcd4f6c392536b3a8405cd (patch)
tree3da0384288eb7fd281536942ef18e4278da48979 /lang/gcc41/Makefile
parent- Update from v0.11 to v0.15 (diff)
Enable Java/libgcj for those platforms it currently works (i386) rather
than disabling it for platforms we know it's broken.
Notes
Notes: svn path=/head/; revision=164492
Diffstat (limited to 'lang/gcc41/Makefile')
-rw-r--r--lang/gcc41/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile
index 5b82cb998822..94982b4e53c3 100644
--- a/lang/gcc41/Makefile
+++ b/lang/gcc41/Makefile
@@ -44,7 +44,7 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
.include <bsd.port.pre.mk>
-.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
+.if ${ARCH} != i386
WITHOUT_JAVA= yes
.endif