diff options
author | joerg <joerg@pkgsrc.org> | 2015-03-31 15:46:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-03-31 15:46:18 +0000 |
commit | 08c3c911328b6a5102fd12b0ca11418498e4b268 (patch) | |
tree | cb4cce4a878f63560c0d2c815462222acbc7143d /lang/sather/Makefile | |
parent | f57358d9d560de1f4cf1bf073f86f032f33290b3 (diff) | |
download | pkgsrc-08c3c911328b6a5102fd12b0ca11418498e4b268.tar.gz |
ARM requires more than 128MB data size.
Diffstat (limited to 'lang/sather/Makefile')
-rw-r--r-- | lang/sather/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/sather/Makefile b/lang/sather/Makefile index 0b1c63b66c7..73ece0ee9a5 100644 --- a/lang/sather/Makefile +++ b/lang/sather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2014/12/01 12:39:17 joerg Exp $ +# $NetBSD: Makefile,v 1.60 2015/03/31 15:46:18 joerg Exp $ DISTNAME= sather-1.2.3 PKGREVISION= 10 @@ -105,6 +105,8 @@ _WRAP_EXTRA_ARGS.CC+= -Wno-error=return-type -Wno-comment -Wno-parentheses-equal CWRAPPERS_APPEND.cc+= -Wno-error=return-type -Wno-comment -Wno-parentheses-equality .endif +UNLIMIT_RESOURCES+= datasize + .include "../../devel/boehm-gc/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" .include "../../lang/tcl/buildlink3.mk" |