From d5fd227499a3534970674f43c34ffb07f7609b3f Mon Sep 17 00:00:00 2001
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sun, 7 Mar 2004 05:43:33 +0000
Subject: BROKEN on sparc64: Does not compile

---
 math/cln/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

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
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0