From 1ab3b846ec45b5a8929d6b1adbce48acda082d95 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 5 Mar 2004 12:10:41 +0000 Subject: BROKEN on sparc64 as well --- russian/cyrproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'russian') diff --git a/russian/cyrproxy/Makefile b/russian/cyrproxy/Makefile index 753785f21f9d..8ad8c310d523 100644 --- a/russian/cyrproxy/Makefile +++ b/russian/cyrproxy/Makefile @@ -17,8 +17,8 @@ COMMENT= Cyrillic proxy for network protocols .include -.if ${MACHINE_ARCH} == alpha -BROKEN= "Does not compile on ${MACHINE_ARCH}" +.if ${ARCH} == alpha || ${ARCH} == sparc64 +BROKEN= "Does not compile on ${ARCH}" .endif do-install: -- cgit