1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Mark as broken on all 64-bit archs.

This commit is contained in:
Mark Linimon 2008-02-01 11:14:30 +00:00
parent 44b3d3fecb
commit 4806bf1c79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206560

View File

@ -21,7 +21,7 @@ MAN1= y.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
.if ${ARCH} == "ia64" || ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN= Does not compile on 64-bit arch
.endif