From d5f5960d0c3a184c8ccba2afc26d079ae7f82e3b Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 16 Oct 2005 08:46:55 +0000 Subject: > OK, but don't forget USE_GCC (3.4+ will be right I guess), because it > just doesn't compile with 2.95.4 under my 4.11-RELEASE. With 3.4 it > does, on the same box. Since it compiled fine under 5.2.1 here with 3.3, I lower it to USE_GCC=3.3+ Submitted by: Dmitry Marakasov --- games/scourge/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games') diff --git a/games/scourge/Makefile b/games/scourge/Makefile index 26d20baeaa67..f26bbef1386e 100644 --- a/games/scourge/Makefile +++ b/games/scourge/Makefile @@ -20,6 +20,7 @@ USE_X_PREFIX= yes USE_GL= yes USE_SDL= sdl mixer net USE_GMAKE= yes +USE_GCC= 3.3+ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} -- cgit