aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2008-12-10 15:35:19 +0800
committerlinimon <linimon@FreeBSD.org>2008-12-10 15:35:19 +0800
commit5dba952df544cb22578a4420dc76372bf8c11096 (patch)
tree63368d4aae4db9efc2ca032511e7db5f40e56105 /math
parent812b68b187731c45d5704e2e36d4a4d9ad5606b7 (diff)
downloadfreebsd-ports-gnome-5dba952df544cb22578a4420dc76372bf8c11096.tar.gz
freebsd-ports-gnome-5dba952df544cb22578a4420dc76372bf8c11096.tar.zst
freebsd-ports-gnome-5dba952df544cb22578a4420dc76372bf8c11096.zip
Mark as broken on sparc64.
Hat: portmgr
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-GSL/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile
index 7fb5607691b0..c365fd89f1d9 100644
--- a/math/p5-Math-GSL/Makefile
+++ b/math/p5-Math-GSL/Makefile
@@ -40,4 +40,10 @@ MAN3= Math::GSL.3 Math::GSL::Heapsort.3 Math::GSL::Permutation.3 \
Math::GSL::Fit.3 Math::GSL::ODEIV.3 Math::GSL::Wavelet.3 \
Math::GSL::Sys.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
+.include <bsd.port.post.mk>