From b4ee335d4d6fe686a6b8c66e7d3038207863adbd Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 20 Jan 2006 00:08:22 +0000 Subject: BROKEN on sparc64: Does not compile --- games/el/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'games/el') diff --git a/games/el/Makefile b/games/el/Makefile index a6cbadaa533b..10ab6882320e 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -41,6 +41,10 @@ CFLAGS+= -DX86_64 BROKEN= "does not compile" .endif +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + do-install: ${ECHO} "#!/bin/sh" > ${WRKDIR}/el ${ECHO} "cd ${DATADIR}; ./el.x86.bsd.bin" >> ${WRKDIR}/el -- cgit