From 16bbb14bd97eaecf447355634f35ffb7dcf32ff0 Mon Sep 17 00:00:00 2001 From: jdc <jdc@pkgsrc.org> Date: Mon, 20 Feb 2012 15:01:24 +0000 Subject: Also unlimit the stacksize, so that this will compile on NetBSD/sparc64. --- games/wesnoth/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games') 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 -- cgit v1.2.3