diff options
author | rafan <rafan@FreeBSD.org> | 2006-11-05 20:19:13 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-11-05 20:19:13 +0800 |
commit | f94954fece2c0fd4ce71a1ccaa90a277c9fed80a (patch) | |
tree | 227f70bd05240f57780e72b97b31351ec6447a85 /games/ssc | |
parent | 902bd2b0842fd8beb2aa16ca75711f4525ba52d0 (diff) | |
download | freebsd-ports-gnome-f94954fece2c0fd4ce71a1ccaa90a277c9fed80a.tar.gz freebsd-ports-gnome-f94954fece2c0fd4ce71a1ccaa90a277c9fed80a.tar.zst freebsd-ports-gnome-f94954fece2c0fd4ce71a1ccaa90a277c9fed80a.zip |
- Unbreak it on 5.x and above by using GCC 3.2
PR: ports/105119
Submitted by: Thomas Abthorpe
Diffstat (limited to 'games/ssc')
-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 |