pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtwebkit qt5-qtwebkit: Unlimit cputime



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61f55a77939a
branches:  trunk
changeset: 427806:61f55a77939a
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Apr 21 09:51:52 2020 +0000

description:
qt5-qtwebkit: Unlimit cputime

diffstat:

 x11/qt5-qtwebkit/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1c818d7ea8e4 -r 61f55a77939a x11/qt5-qtwebkit/Makefile
--- a/x11/qt5-qtwebkit/Makefile Tue Apr 21 08:12:21 2020 +0000
+++ b/x11/qt5-qtwebkit/Makefile Tue Apr 21 09:51:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2020/04/12 08:28:16 adam Exp $
+# $NetBSD: Makefile,v 1.78 2020/04/21 09:51:52 nia Exp $
 
 QTWKVERSION=   5.212.0-alpha4
 DISTNAME=      qtwebkit-${QTWKVERSION}
@@ -39,6 +39,8 @@
 CMAKE_ARGS+=           -DKDE_INSTALL_LIBEXECDIR=${CMAKE_INSTALL_PREFIX}/libexec
 #CMAKE_ARGS+=          -DLIBEXEC_INSTALL_DIR=${CMAKE_INSTALL_PREFIX}/libexec
 
+UNLIMIT_RESOURCES+=    cputime
+
 GCC_REQD+=     4.9
 
 pre-configure:



Home | Main Index | Thread Index | Old Index