aboutsummaryrefslogtreecommitdiff
path: root/math/qrupdate
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-07-16 05:36:09 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-07-16 05:36:09 +0000
commit51962c4ac8a0c40f29d788ab7f69635abea97ec2 (patch)
tree4001ffa02328a13a73fe11f3fa9f7c71f734c596 /math/qrupdate
parent93df6d170fb4758100b3879658c4965ea38f0a92 (diff)
downloadports-51962c4ac8a0c40f29d788ab7f69635abea97ec2.tar.gz
ports-51962c4ac8a0c40f29d788ab7f69635abea97ec2.zip
Does not compile on sparc64: assertions fail.
Notes
Notes: svn path=/head/; revision=277782
Diffstat (limited to 'math/qrupdate')
-rw-r--r--math/qrupdate/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/qrupdate/Makefile b/math/qrupdate/Makefile
index f69e41289852..ce7b9319de83 100644
--- a/math/qrupdate/Makefile
+++ b/math/qrupdate/Makefile
@@ -22,6 +22,7 @@ FETCH_ARGS= -p
.if ${ARCH} == "sparc64"
PICFLAG?= -fPIC
+BROKEN= Does not compile on sparc64: assertions fail
.else
PICFLAG?= -fpic
.endif