From 6b5a19677079ea7141b2bd894641f4b72d90bf3c Mon Sep 17 00:00:00 2001 From: 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') 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