Also does not compile on ia64 (uses i386 asm).
Hat: portmgr
This commit is contained in:
parent
89df60b4c0
commit
950a4d4631
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252244
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue