aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/vat/Makefile4
-rw-r--r--mbone/vat/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/audio/vat/Makefile b/audio/vat/Makefile
index 6d7ea6896bb5..6328fabca0ce 100644
--- a/audio/vat/Makefile
+++ b/audio/vat/Makefile
@@ -34,6 +34,10 @@ PLIST_FILES= bin/vat
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= Does not build on sparc64
+.endif
+
post-install:
${STRIP_CMD} ${PREFIX}/bin/vat
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile
index 6d7ea6896bb5..6328fabca0ce 100644
--- a/mbone/vat/Makefile
+++ b/mbone/vat/Makefile
@@ -34,6 +34,10 @@ PLIST_FILES= bin/vat
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= Does not build on sparc64
+.endif
+
post-install:
${STRIP_CMD} ${PREFIX}/bin/vat