From 0b1fcedeec046758e6054bd227692ee093ad33d1 Mon Sep 17 00:00:00 2001 From: scheidell Date: Thu, 19 Jan 2012 10:13:17 +0000 Subject: - Replace if ${ARCH} == "sparc64"; BROKEN, with NOT_FOR_ARCHS=sparc64 Submitted by: scheidell Approved by: gabor (mentor, implicit) --- games/xarchon/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'games/xarchon') diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile index c0eadd1dd5ad..0b329c629161 100644 --- a/games/xarchon/Makefile +++ b/games/xarchon/Makefile @@ -29,10 +29,6 @@ post-patch: @${REINPLACE_CMD} -e 's|Xarchon_Evolution::||' \ ${WRKSRC}/src/Xarchon_Genetic.hpp -.include +NOT_FOR_ARCHS= sparc64 -.if ${ARCH} == "sparc64" -BROKEN= Does not install on sparc64 -.endif - -.include +.include -- cgit