diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-10 13:55:14 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-10 13:55:14 +0000 |
commit | 4ad1c90c8fc130f3efb5fd11ebedbdc6fb3e6baa (patch) | |
tree | e7f8ac7bca55e6a49191a9b056f395dd8dbcd3c5 /misc/mtx/Makefile | |
parent | Correctly handle difference between gets() and fgets(): The latter retains (diff) |
BROKEN on amd64: Does not compile
Diffstat (limited to 'misc/mtx/Makefile')
-rw-r--r-- | misc/mtx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mtx/Makefile b/misc/mtx/Makefile index c2dd003db1ba..7efcc4340fe8 100644 --- a/misc/mtx/Makefile +++ b/misc/mtx/Makefile @@ -21,8 +21,8 @@ MAN1= loaderinfo.1 mtx.1 tapeinfo.1 scsitape.1 .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -BROKEN= "Does not compile on ia64 or sparc64" +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" || ${ARCH} == "amd64" +BROKEN= "Does not compile on ia64, sparc64 and amd64" .endif .include <bsd.port.post.mk> |