diff options
author | jdc <jdc> | 2012-02-20 15:01:24 +0000 |
---|---|---|
committer | jdc <jdc> | 2012-02-20 15:01:24 +0000 |
commit | d7082de9d1586b8789ada8c1facc78785b284c97 (patch) | |
tree | d68877cce44ca0212b44ed89b8645327950a9387 /games | |
parent | 1834e010ce79d7f60d2fa3cc2a0535790e839486 (diff) | |
download | pkgsrc-d7082de9d1586b8789ada8c1facc78785b284c97.tar.gz |
Also unlimit the stacksize, so that this will compile on NetBSD/sparc64.
Diffstat (limited to 'games')
-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 |