diff options
author | linimon <linimon@FreeBSD.org> | 2011-07-16 13:36:09 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-07-16 13:36:09 +0800 |
commit | 6b5a19677079ea7141b2bd894641f4b72d90bf3c (patch) | |
tree | b2816a5910d1383db036bbd1e14575d43fa23ed1 /math | |
parent | 73f49a5edc7e4f69a2ccf1c00b76e95f0c4bf3bc (diff) | |
download | freebsd-ports-gnome-6b5a19677079ea7141b2bd894641f4b72d90bf3c.tar.gz freebsd-ports-gnome-6b5a19677079ea7141b2bd894641f4b72d90bf3c.tar.zst freebsd-ports-gnome-6b5a19677079ea7141b2bd894641f4b72d90bf3c.zip |
Does not compile on sparc64: assertions fail.
Diffstat (limited to 'math')
-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 |