summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-04-28 16:26:19 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-04-28 16:26:19 +0000
commit14c77cbb55c03fc9ac6b6b0cdc7f33a60420189b (patch)
treee91d19c10793aa24e35649292f708224d056fb34 /x11
parentd5d768dc9a8ee7c8ab5811f64c4127b63e822698 (diff)
downloadpkgsrc-14c77cbb55c03fc9ac6b6b0cdc7f33a60420189b.tar.gz
Pullup ticket #6172 - requested by nia
x11/qt5-qtwebkit: build fix Revisions pulled up: - x11/qt5-qtwebkit/Makefile 1.78 --- Module Name: pkgsrc Committed By: nia Date: Tue Apr 21 09:51:52 UTC 2020 Modified Files: pkgsrc/x11/qt5-qtwebkit: Makefile Log Message: qt5-qtwebkit: Unlimit cputime
Diffstat (limited to 'x11')
-rw-r--r--x11/qt5-qtwebkit/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qt5-qtwebkit/Makefile b/x11/qt5-qtwebkit/Makefile
index e605f20ed0a..02a4d69e971 100644
--- a/x11/qt5-qtwebkit/Makefile
+++ b/x11/qt5-qtwebkit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2020/03/23 08:47:45 nia Exp $
+# $NetBSD: Makefile,v 1.76.2.1 2020/04/28 16:26:19 bsiegert Exp $
QTWKVERSION= 5.212.0-alpha4
DISTNAME= qtwebkit-${QTWKVERSION}
@@ -38,6 +38,8 @@ CMAKE_ARGS+= -DENABLE_API_TESTS=OFF
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: