diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-05 12:19:13 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-05 12:19:13 +0000 |
commit | 73bd065574ae145643b524f3071720a3cfddbaae (patch) | |
tree | c5cee50481bc993a4bb46f42ab0ada02e7cf0646 | |
parent | 38afa44e2cbd7e36db7e66015565294a02f9d4ab (diff) | |
download | ports-73bd065574ae145643b524f3071720a3cfddbaae.tar.gz ports-73bd065574ae145643b524f3071720a3cfddbaae.zip |
- Unbreak it on 5.x and above by using GCC 3.2
PR: ports/105119
Submitted by: Thomas Abthorpe
Notes
Notes:
svn path=/head/; revision=176477
-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 |