1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Per bento logs, mark as broken on non-i386.

This commit is contained in:
Mark Linimon 2003-10-20 10:48:57 +00:00
parent a22130ad45
commit 550cd5387e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91722

View File

@ -17,9 +17,9 @@ CONFIGURE_ENV+= LDFLAGS="-Wl,-E"
.include <bsd.port.pre.mk>
#.if ${MACHINE_ARCH} == "alpha"
#BROKEN= bus errors on unaligned accesses in scshvm
#.endif
.if ${MACHINE_ARCH} != "i386"
BROKEN= "fails to install on ${MACHINE_ARCH}"
.endif
GNU_CONFIGURE= yes