aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-02-21 09:03:56 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-02-21 09:03:56 +0800
commitfab490991d6c2b2aa5022bbf22b3ab02075c4ca9 (patch)
tree5f388f7945a86954ae34805d56821454aafe050e /math
parent76175039b97e3eb16ee83d609db09f9a6509a184 (diff)
downloadfreebsd-ports-gnome-fab490991d6c2b2aa5022bbf22b3ab02075c4ca9.tar.gz
freebsd-ports-gnome-fab490991d6c2b2aa5022bbf22b3ab02075c4ca9.tar.zst
freebsd-ports-gnome-fab490991d6c2b2aa5022bbf22b3ab02075c4ca9.zip
- also broken on sparc64 are ported by portsmon/pointhat
Submitted by: b.f. (maintainer) Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r--math/dieharder/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/dieharder/Makefile b/math/dieharder/Makefile
index 45774ab2358d..40b566da7ebf 100644
--- a/math/dieharder/Makefile
+++ b/math/dieharder/Makefile
@@ -27,8 +27,8 @@ MAN1= dieharder.1
MAN3= libdieharder.3
.include <bsd.port.pre.mk>
-.if ${ARCH} == "i386"
-BROKEN= does not compile on i386
+.if ${ARCH} == "i386" || ${ARCH} == "sparc64"
+BROKEN= does not compile on i386 or sparc64
.endif
post-patch: