diff options
author | jdc <jdc@pkgsrc.org> | 2012-02-20 15:01:24 +0000 |
---|---|---|
committer | jdc <jdc@pkgsrc.org> | 2012-02-20 15:01:24 +0000 |
commit | de8d2f8fde7a4e8c3019a8fbc3ca9f23c240081c (patch) | |
tree | d68877cce44ca0212b44ed89b8645327950a9387 /games/wesnoth | |
parent | 013507d59c15f3b1a07007917ff2a452fb913444 (diff) | |
download | pkgsrc-de8d2f8fde7a4e8c3019a8fbc3ca9f23c240081c.tar.gz |
Also unlimit the stacksize, so that this will compile on NetBSD/sparc64.
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index fdbcb2a3231..346760addc3 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2012/02/06 12:40:14 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2012/02/20 15:01:24 jdc Exp $ DISTNAME= wesnoth-1.8.6 PKGREVISION= 4 @@ -23,6 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-libs} UNLIMIT_RESOURCES+= datasize +UNLIMIT_RESOURCES+= stacksize REPLACE_PERL+= utils/wesnothd.pl USE_TOOLS+= perl:run msgfmt |