pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/clisp Provide more resources to allow building wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a882150dcf90
branches:  trunk
changeset: 568939:a882150dcf90
user:      asau <asau%pkgsrc.org@localhost>
date:      Tue Dec 29 06:39:15 2009 +0000

description:
Provide more resources to allow building with gcc4 on NetBSD/macppc 4-STABLE.
>From <uwe> by personal mail.

diffstat:

 lang/clisp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 887dc85867e3 -r a882150dcf90 lang/clisp/Makefile
--- a/lang/clisp/Makefile       Mon Dec 28 23:18:09 2009 +0000
+++ b/lang/clisp/Makefile       Tue Dec 29 06:39:15 2009 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index