From f94954fece2c0fd4ce71a1ccaa90a277c9fed80a Mon Sep 17 00:00:00 2001 From: rafan Date: Sun, 5 Nov 2006 12:19:13 +0000 Subject: - Unbreak it on 5.x and above by using GCC 3.2 PR: ports/105119 Submitted by: Thomas Abthorpe --- games/ssc/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'games/ssc') diff --git a/games/ssc/Makefile b/games/ssc/Makefile index fcd705a7d9d2..153fa6863172 100644 --- a/games/ssc/Makefile +++ b/games/ssc/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 USE_BZIP2= yes +USE_GCC= 3.2 USE_GMAKE= yes USE_GL= yes USE_SDL= mixer sdl @@ -30,10 +31,6 @@ ONLY_FOR_ARCHS= i386 .include -.if ${OSVERSION} >= 502126 -BROKEN= Does not compile with gcc 3.4 -.endif - post-patch: @${REINPLACE_CMD} -e "s|SDL\/||g; s|/usr/local|${PREFIX}|g" \ ${WRKSRC}/src/*.h ${WRKSRC}/src/*.cc -- cgit