pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/racket Unlimit CPU time as everything is build in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cf52933fd38c
branches: trunk
changeset: 427467:cf52933fd38c
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Apr 17 00:23:04 2020 +0000
description:
Unlimit CPU time as everything is build in a single process during
install
diffstat:
lang/racket/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 32687b147d5e -r cf52933fd38c lang/racket/Makefile
--- a/lang/racket/Makefile Fri Apr 17 00:22:28 2020 +0000
+++ b/lang/racket/Makefile Fri Apr 17 00:23:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2020/04/12 08:28:54 adam Exp $
+# $NetBSD: Makefile,v 1.81 2020/04/17 00:23:04 joerg Exp $
PKGNAME= racket-6.12
PKGREVISION= 7
@@ -30,7 +30,7 @@
CONFIGURE_ARGS= --enable-pthread
USE_LANGUAGES= c c++
USE_TOOLS= pkg-config gmake
-UNLIMIT_RESOURCES= datasize
+UNLIMIT_RESOURCES= datasize cputime
MAKE_ENV+= "PAXCTL=${TOOLS_PLATFORM.paxctl}"
CPPFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
Home |
Main Index |
Thread Index |
Old Index