From 915abc4271b9c66d147119c62d4110f1771ad193 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 19 Jun 2010 07:54:14 +0000 Subject: Also broken on sparc64. Hat: portmgr Feature safe: yes --- lang/gforth/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang/gforth') diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 7804af6286df..dacbfed03c73 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -53,9 +53,11 @@ BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall BROKEN= Does not compile on ports build cluster .endif -.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64" +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile .endif +.endif .if ${ARCH} == i386 WORDSIZE=32 -- cgit v1.2.3