1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

BROKEN on sparc64 as well

This commit is contained in:
Kris Kennaway 2004-04-12 04:17:17 +00:00
parent e50bdc5bfa
commit aebc899d79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106783

View File

@ -68,8 +68,8 @@ MAKE_ARGS+= CCFLAGS="${CFLAGS}"
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386" && ${ARCH} != "sparc64"
BROKEN= "Does not compile on !i386 and !sparc64"
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
pre-configure: