aboutsummaryrefslogtreecommitdiffstats
path: root/math/taucs
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-07-16 13:37:11 +0800
committerlinimon <linimon@FreeBSD.org>2011-07-16 13:37:11 +0800
commit79996b11a5cda464803e58e23abd7be15a81b649 (patch)
tree72e5e78255f1d9f48f04cdc95e1f57ac9f83c73c /math/taucs
parent6b5a19677079ea7141b2bd894641f4b72d90bf3c (diff)
downloadfreebsd-ports-gnome-79996b11a5cda464803e58e23abd7be15a81b649.tar.gz
freebsd-ports-gnome-79996b11a5cda464803e58e23abd7be15a81b649.tar.zst
freebsd-ports-gnome-79996b11a5cda464803e58e23abd7be15a81b649.zip
Mark as broken on sparc64: does not link.
Diffstat (limited to 'math/taucs')
-rw-r--r--math/taucs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/taucs/Makefile b/math/taucs/Makefile
index 0a19de51fef6..3b341977222e 100644
--- a/math/taucs/Makefile
+++ b/math/taucs/Makefile
@@ -42,6 +42,7 @@ ALL_TARGET=
.if ${ARCH} == "sparc64"
PICFLAG?= -fPIC
+BROKEN= Does not link on sparc64
.else
PICFLAG?= -fpic
.endif