From 5fee52ba8f08c2cb6f00b2930fb94000f04148c4 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 1 Apr 2010 09:51:28 +0000 Subject: Also broken on powerpc. Hat: powerpc --- security/rainbowcrack/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/rainbowcrack/Makefile b/security/rainbowcrack/Makefile index 38e2ad576c13..f0182b44baba 100644 --- a/security/rainbowcrack/Makefile +++ b/security/rainbowcrack/Makefile @@ -17,8 +17,8 @@ USE_DOS2UNIX= yes .include -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -BROKEN= does not compile on ia64 or sparc64 +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= does not compile on ia64, powerpc, or sparc64 .endif post-patch: -- cgit