diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-05-26 17:03:28 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-05-26 17:03:28 +0800 |
commit | b11487ca8eb2d797a60ea6c4630ec2cec959bd8d (patch) | |
tree | 68756d6037a5b1e7261fc13d14fac5029d637171 | |
parent | 2af2a5569daafc54d70b06e22cafc0c9d19082c6 (diff) | |
download | freebsd-ports-gnome-b11487ca8eb2d797a60ea6c4630ec2cec959bd8d.tar.gz freebsd-ports-gnome-b11487ca8eb2d797a60ea6c4630ec2cec959bd8d.tar.zst freebsd-ports-gnome-b11487ca8eb2d797a60ea6c4630ec2cec959bd8d.zip |
Add USE_NEWGCC to prevent breakage on 3-STABLE.
-rw-r--r-- | games/maelstrom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile index 1a3cf5d534f6..658ecff3d5d2 100644 --- a/games/maelstrom/Makefile +++ b/games/maelstrom/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ SDL-1.0.2:${PORTSDIR}/devel/sdl USE_X_PREFIX= yes +USE_NEWGCC= yes GNU_CONFIGURE= yes .if !defined(NOPORTDOCS) |