Also does not compile on ia64 (uses i386 asm).

Hat:		portmgr
This commit is contained in:
Mark Linimon 2010-04-05 15:10:25 +00:00
parent 89df60b4c0
commit 950a4d4631
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252244

View file

@ -28,8 +28,8 @@ MAN1= dieharder.1
MAN3= libdieharder.3
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" || ${ARCH} == "sparc64"
BROKEN= does not compile on i386 or sparc64
.if ${ARCH} == "i386" || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN= does not compile on i386, ia64, or sparc64
.endif
post-patch: