diff options
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" |