From 8041efac0db9a377b64b931856522189aa7f9193 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 16 Mar 2009 09:02:03 +0000 Subject: [PATCH] Mark as broken on sparc64: uses compile options not applicable to this arch. --- games/spring/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/games/spring/Makefile b/games/spring/Makefile index b5ccf1ce3d14..8d437452899a 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -44,6 +44,10 @@ PORTDOCS= * .include +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + post-patch: @${REINPLACE_CMD} -E -e '/FIND_PACKAGE.*(Python|JNI)/ d' \ ${WRKSRC}/tools/unitsync/CMakeLists.txt