From e419d7d4d516f10c1a01672633c941931eb971ab Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 7 Mar 2004 06:00:56 +0000 Subject: BROKEN on alpha and amd64: Does not compile --- games/csmash/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games/csmash') diff --git a/games/csmash/Makefile b/games/csmash/Makefile index 8d9f48174d28..7db00f7ec6ce 100644 --- a/games/csmash/Makefile +++ b/games/csmash/Makefile @@ -25,8 +25,14 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +.include + +.if ${ARCH} == "alpha" || ${ARCH} == "amd64" +BROKEN= "Does not compile on alpha or amd64" +.endif + post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|/games/|/|g' -.include +.include -- cgit v1.2.3