aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libassa/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile
index e238d26c1c83..42bc1a7e8ca9 100644
--- a/devel/libassa/Makefile
+++ b/devel/libassa/Makefile
@@ -25,4 +25,8 @@ INSTALLS_SHLIB= yes
USE_GCC= 3.3
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not build"
+.endif
+
.include <bsd.port.post.mk>