diff options
author | edwin <edwin@FreeBSD.org> | 2005-10-16 16:46:55 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-10-16 16:46:55 +0800 |
commit | d5f5960d0c3a184c8ccba2afc26d079ae7f82e3b (patch) | |
tree | 1185e09b350a9537636b5a911ad16027c317d54c | |
parent | ce32606445e735ce3b9a19e0569fba86b649a342 (diff) | |
download | freebsd-ports-gnome-d5f5960d0c3a184c8ccba2afc26d079ae7f82e3b.tar.gz freebsd-ports-gnome-d5f5960d0c3a184c8ccba2afc26d079ae7f82e3b.tar.zst freebsd-ports-gnome-d5f5960d0c3a184c8ccba2afc26d079ae7f82e3b.zip |
> 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 <amdmi3@mail.ru>
-rw-r--r-- | games/scourge/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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} |