diff options
author | asau <asau@pkgsrc.org> | 2009-12-29 06:39:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-12-29 06:39:15 +0000 |
commit | 0b58ba6a2639e8f9a474a5e359cc57b0210a204b (patch) | |
tree | 8bef2cf7237005ee35ebc31a5c04c284c4907ed0 /lang | |
parent | ec50d671cbdf1ad399ae27534dc4dea964b81486 (diff) | |
download | pkgsrc-0b58ba6a2639e8f9a474a5e359cc57b0210a204b.tar.gz |
Provide more resources to allow building with gcc4 on NetBSD/macppc 4-STABLE.
From <uwe> by personal mail.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/clisp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index f3b2d6fc1e9..69a2e729ae3 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2009/12/15 23:22:06 asau Exp $ +# $NetBSD: Makefile,v 1.76 2009/12/29 06:39:15 asau Exp $ # DISTNAME= clisp-2.48 @@ -28,7 +28,7 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes BUILD_DIRS= src USE_TOOLS+= dvipdf -UNLIMIT_RESOURCES= stacksize +UNLIMIT_RESOURCES= datasize stacksize USE_GNU_CONFIGURE_HOST= NO # work around broken reasoning: "configure --host=..." => cross-building CONFIGURE_ARGS+= --disable-maintainer-mode |