From b12d88af738fadba11d94663f4c6cb91888d4dea Mon Sep 17 00:00:00 2001 From: acm Date: Fri, 17 Nov 2006 18:38:40 +0000 Subject: - BROKEN on 4.x. It doesn't compile with new version of devel/ode. Repored by: kris --- games/gillo/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/gillo/Makefile b/games/gillo/Makefile index a742632..b3e5641 100644 --- a/games/gillo/Makefile +++ b/games/gillo/Makefile @@ -27,6 +27,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME} JAM?= ${LOCALBASE}/bin/jam +.include + +.if ${OSVERSION} < 500000 +BROKEN= does not compile +.endif + post-patch: @${REINPLACE_CMD} -i '' -e 's|SDL/||g' ${WRKSRC}/src/* @${REINPLACE_CMD} -e 's|%%SDL_CFLAGS%%|`${SDL_CONFIG} --cflags`|' \ @@ -44,4 +50,4 @@ do-install: @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/data/*.* ${DATADIR} -.include +.include -- cgit v1.1