summaryrefslogtreecommitdiff
path: root/math/cln
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-07 05:43:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-07 05:43:33 +0000
commitd5fd227499a3534970674f43c34ffb07f7609b3f (patch)
tree2c9b354fcbe043d5e58ea0c5167962033a6b3e67 /math/cln
parentBROKEN on amd64 and ia64: Segfault during install (diff)
BROKEN on sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=103169
Diffstat (limited to 'math/cln')
-rw-r--r--math/cln/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile
index 0cb16e3fdd89..ea9e48cca2e3 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