diff options
-rw-r--r-- | math/dieharder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/dieharder/Makefile b/math/dieharder/Makefile index 68abac5ccbbf..3582297a466a 100644 --- a/math/dieharder/Makefile +++ b/math/dieharder/Makefile @@ -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: |