aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-07-16 13:36:09 +0800
committerlinimon <linimon@FreeBSD.org>2011-07-16 13:36:09 +0800
commit6b5a19677079ea7141b2bd894641f4b72d90bf3c (patch)
treeb2816a5910d1383db036bbd1e14575d43fa23ed1 /math
parent73f49a5edc7e4f69a2ccf1c00b76e95f0c4bf3bc (diff)
downloadfreebsd-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/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