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 | 16bbb14bd97eaecf447355634f35ffb7dcf32ff0 (patch) | |
tree | d68877cce44ca0212b44ed89b8645327950a9387 /games | |
parent | 8a02711558ccb91129b840ff72a034ed313b45aa (diff) | |
download | pkgsrc-16bbb14bd97eaecf447355634f35ffb7dcf32ff0.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 |