diff options
author | linimon <linimon@FreeBSD.org> | 2011-07-16 13:33:13 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-07-16 13:33:13 +0800 |
commit | 9f6356ce355b48ec2051666d9c4ecb6a8b334a6d (patch) | |
tree | 2056edf2131e2b48ddd6fa03fbb3bf81f509e805 /math | |
parent | d25f4cda3483c780fa1ee0e41127b5ab048cda9b (diff) | |
download | freebsd-ports-gnome-9f6356ce355b48ec2051666d9c4ecb6a8b334a6d.tar.gz freebsd-ports-gnome-9f6356ce355b48ec2051666d9c4ecb6a8b334a6d.tar.zst freebsd-ports-gnome-9f6356ce355b48ec2051666d9c4ecb6a8b334a6d.zip |
Mark as broken on sparc64: assertions fail.
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 959f50e00226..7a30e536607c 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -91,6 +91,10 @@ PICFLAG?= -fpic CONFIGURE_ENV += SHLIB_${flag}FLAGS="${PICFLAG}" .endfor +.if ${ARCH} == "sparc64" +BROKEN= Does not install on sparc64: assertions fail +.endif + .if !defined(LIBRMATH_SLAVEPORT) .if defined(WITH_ATLAS) LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas |