diff options
author | gerald <gerald@FreeBSD.org> | 2006-06-05 19:50:05 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-06-05 19:50:05 +0000 |
commit | 8fcda83e7e42baafcdbe7dda0265b92afe911855 (patch) | |
tree | 28700d8baa74d1a367aff67b33a29da4146d2cb7 | |
parent | 721045a0409dd8f99d97752db33e252f329f0577 (diff) | |
download | FreeBSD-ports-8fcda83e7e42baafcdbe7dda0265b92afe911855.zip FreeBSD-ports-8fcda83e7e42baafcdbe7dda0265b92afe911855.tar.gz |
Enable Java/libgcj for those platforms it currently works (i386) rather
than disabling it for platforms we know it's broken.
-rw-r--r-- | lang/gcc41/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile index 5b82cb9..94982b4 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 |