From 041c38e48b0fdacc95d390a67a85a6130a8cd3e6 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 26 Mar 2005 21:53:52 +0000 Subject: BROKEN on sparc64: Does not compile Approved by: portmgr (self) --- www/kannel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/kannel') diff --git a/www/kannel/Makefile b/www/kannel/Makefile index a0b157562528..b0c10acaa7cc 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -44,8 +44,8 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include -.if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" +.if ${ARCH} == "alpha" || ${ARCH} == "sparc64" +BROKEN= "Does not compile on alpha or sparc64" .endif post-patch: -- cgit v1.2.3