Enable Java/libgcj for those platforms it currently works (i386) rather

than disabling it for platforms we know it's broken.
This commit is contained in:
Gerald Pfeifer 2006-06-05 19:50:05 +00:00
parent 37ad036b89
commit 4911ee2897
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164492

View File

@ -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