diff options
-rw-r--r-- | games/ssc/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
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 <bsd.port.pre.mk> -.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 |