summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-04-22 01:45:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-04-22 01:45:40 +0000
commit5064124e5df60f6089f1a4cb1bc09849e2b0da7a (patch)
tree4386939deb1f4b8a6d1d08926507021e0fcc23ab
parentBROKEN on sparc64: Does not compile (diff)
BROKEN on sparc64: Does not build
-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