From 8317eb7d8b1eac8093303bc36c9d62107fd089ac Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 2 Oct 2007 10:03:24 +0000 Subject: Mark as broken on gcc4.2. While here, remove obsolete cruft. --- games/noegnud-slashem/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'games/noegnud-slashem') diff --git a/games/noegnud-slashem/Makefile b/games/noegnud-slashem/Makefile index 390e13b24805..c60622d8bca8 100644 --- a/games/noegnud-slashem/Makefile +++ b/games/noegnud-slashem/Makefile @@ -35,6 +35,10 @@ INSTALL_TARGET= install_se006e4f8 .include +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + pre-everything:: .if ${HAVE_SDL} @${ECHO_MSG} "This port depends on SDL with OpenGL support." @@ -49,13 +53,6 @@ post-extract: post-patch: (cd ${WRKSRC} && ${MAKE} ${NOEGNUDVERSION}-slashem-0.0.6E4F8) @(${PATCH} ${PATCH_ARGS} < ${FILESDIR}/noegnud-slashem.patch) -.if ${OSVERSION} < 502103 - @${REINPLACE_CMD} -e 's/regex\.h/gnuregex\.h/' \ - ${WRKSRC}/slashem-0.0.6E4F8/src/sounds.c \ - ${PATCH_WRKSRC}/noegnud/noegnud_textcolour.c \ - ${PATCH_WRKSRC}/noegnud/noegnud_textcolour.h \ - ${PATCH_WRKSRC}/noegnud/noegnud_textcolouring.c -.endif do-configure: (cd ${WRKSRC} && ${MAKE} ${NOEGNUDVERSION}-slashem-0.0.6E4F8/Makefile) -- cgit v1.2.3