From 4911ee2897eef739c9bcd4f6c392536b3a8405cd Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Mon, 5 Jun 2006 19:50:05 +0000 Subject: [PATCH] Enable Java/libgcj for those platforms it currently works (i386) rather than disabling it for platforms we know it's broken. --- lang/gcc41/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 +.if ${ARCH} != i386 WITHOUT_JAVA= yes .endif