From 51962c4ac8a0c40f29d788ab7f69635abea97ec2 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 16 Jul 2011 05:36:09 +0000 Subject: Does not compile on sparc64: assertions fail. --- math/qrupdate/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/qrupdate') 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 -- cgit