From a559e7defbb64ac306829faf54b7e5bd7c5afe93 Mon Sep 17 00:00:00 2001 From: linimon Date: Fri, 14 Jul 2006 03:10:27 +0000 Subject: Mark broken on sparc64. --- www/openvrml/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index 0231a5422596..f54e2b0ee8b6 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -46,7 +46,10 @@ PORTDOCS= * .include .if ${OSVERSION} < 500000 -BROKEN= "Does not compile on ${OPSYS}-${OSREL}" +BROKEN= Does not compile on ${OPSYS}-${OSREL} +.endif +.if ${ARCH} == "sparc64" +BROKEN= Gets internal gcc error on ${ARCH} .endif .if exists(${LOCALBASE}/include/boost/python.hpp) -- cgit