From 7d8608ab13015da604725355ba888c212c9eb177 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 10 Nov 2011 05:38:32 +0000 Subject: Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.) Hat: portmgr --- textproc/groonga/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/groonga') diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index d5bbf14bdbd8..69bfbefd2fa0 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -26,8 +26,8 @@ MAN1= groonga.1 .include -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif .if defined(WITH_MECAB) || exists(${LOCALBASE}/lib/libmecab.so) -- cgit v1.2.3