summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-07 05:43:33 +0000
committerkris <kris@FreeBSD.org>2004-03-07 05:43:33 +0000
commit96e40e68650f8e303ceb23c75ee338bc180be1cc (patch)
tree8a4a3f9cf117007767e74cfe9a49b4b1d9704d20 /math
parent41fe18a45958780d6c83fd9905502254cd431e85 (diff)
downloadFreeBSD-ports-96e40e68650f8e303ceb23c75ee338bc180be1cc.zip
FreeBSD-ports-96e40e68650f8e303ceb23c75ee338bc180be1cc.tar.gz
BROKEN on sparc64: Does not compile
Diffstat (limited to 'math')
-rw-r--r--math/cln/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile
index 0cb16e3..ea9e48c 100644
--- a/math/cln/Makefile
+++ b/math/cln/Makefile
@@ -40,6 +40,10 @@ LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
.if ${OSVERSION} < 500035
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
OpenPOWER on IntegriCloud