diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-07-16 13:36:09 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-07-16 13:36:09 +0800 |
commit | 51962c4ac8a0c40f29d788ab7f69635abea97ec2 (patch) | |
tree | 4001ffa02328a13a73fe11f3fa9f7c71f734c596 /math/qrupdate | |
parent | 93df6d170fb4758100b3879658c4965ea38f0a92 (diff) | |
download | freebsd-ports-gnome-51962c4ac8a0c40f29d788ab7f69635abea97ec2.tar.gz freebsd-ports-gnome-51962c4ac8a0c40f29d788ab7f69635abea97ec2.tar.zst freebsd-ports-gnome-51962c4ac8a0c40f29d788ab7f69635abea97ec2.zip |
Does not compile on sparc64: assertions fail.
Diffstat (limited to 'math/qrupdate')
-rw-r--r-- | math/qrupdate/Makefile | 1 |
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 |