From 55eaa1a131b33ee0607f3095fe4d473e99f180e2 Mon Sep 17 00:00:00 2001 From: Mark Linimon <linimon@FreeBSD.org> Date: Wed, 10 Dec 2008 07:35:19 +0000 Subject: Mark as broken on sparc64. Hat: portmgr --- graphics/aqsis/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics/aqsis/Makefile') diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index e1a9700bd70e..ca5fb154de0a 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -50,4 +50,10 @@ post-configure: ${REINPLACE_CMD} -e 's|-O2|-O2 ${PTHREAD_LIBS}|' \ ${WRKSRC}/shadercompiler/aqsltell/CMakeFiles/aqsltell.dir/link.txt -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + +.include <bsd.port.post.mk> -- cgit v1.2.3