summaryrefslogtreecommitdiff
path: root/graphics/aqsis
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-12-10 07:35:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-12-10 07:35:19 +0000
commit55eaa1a131b33ee0607f3095fe4d473e99f180e2 (patch)
tree04ffc9024f647686e9f2653ae171b76c9181626f /graphics/aqsis
parentGrammar tweak in pkg-descr. (diff)
Mark as broken on sparc64.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=224062
Diffstat (limited to 'graphics/aqsis')
-rw-r--r--graphics/aqsis/Makefile8
1 files changed, 7 insertions, 1 deletions
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>