diff options
author | kris <kris@FreeBSD.org> | 2007-04-22 09:45:40 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-04-22 09:45:40 +0800 |
commit | 104b7032af911030d1ee85bd1981f7126b895777 (patch) | |
tree | 00c9a3fcb89fcc4f9eb4801803badb19edd77578 /audio/vat | |
parent | 44a608548f9033619bc72ff504f6fe0914c59d74 (diff) | |
download | freebsd-ports-gnome-104b7032af911030d1ee85bd1981f7126b895777.tar.gz freebsd-ports-gnome-104b7032af911030d1ee85bd1981f7126b895777.tar.zst freebsd-ports-gnome-104b7032af911030d1ee85bd1981f7126b895777.zip |
BROKEN on sparc64: Does not build
Diffstat (limited to 'audio/vat')
-rw-r--r-- | audio/vat/Makefile | 4 |
1 files changed, 4 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 |