summaryrefslogtreecommitdiff
path: root/x11/qt5-qtwebkit/Makefile
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-08-01 15:01:08 +0000
committermaya <maya@pkgsrc.org>2018-08-01 15:01:08 +0000
commit577e00fe1ae861f5e859027a9791ee62ed77287d (patch)
treef6d5e7f9f418a51c38e47b93a880458b154e18a6 /x11/qt5-qtwebkit/Makefile
parent5f9b2f8a038a13b8676857760c1e4546359b5988 (diff)
downloadpkgsrc-577e00fe1ae861f5e859027a9791ee62ed77287d.tar.gz
qtwebkit: don't disable JIT on netbsd, declare functions like linux.
this works well enough to browse javascript websites with otter-browser, which needed paxctl +m, although I didn't try it without these changes. XXX this package might be crashing from feeding bogus values to posix_memalign.
Diffstat (limited to 'x11/qt5-qtwebkit/Makefile')
-rw-r--r--x11/qt5-qtwebkit/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt5-qtwebkit/Makefile b/x11/qt5-qtwebkit/Makefile
index 25b88aa50dc..b55484c0d7a 100644
--- a/x11/qt5-qtwebkit/Makefile
+++ b/x11/qt5-qtwebkit/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.54 2018/07/20 03:34:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.55 2018/08/01 15:01:08 maya Exp $
DISTNAME= qtwebkit-${QTWKVERSION}
PKGNAME= qt5-qtwebkit-${QTWKVERSION:S/-/./}
-PKGREVISION= 7
+PKGREVISION= 8
MASTER_SITES= ${MASTER_SITE_GITHUB:=annulen/}
GITHUB_PROJECT= webkit
GITHUB_RELEASE= ${DISTNAME}
@@ -28,6 +28,7 @@ USE_CMAKE= yes
CMAKE_ARG_PATH= ..
CONFIGURE_DIRS= _build
CMAKE_INSTALL_PREFIX= ${PREFIX}/qt5
+TEST_TARGET= test
CMAKE_ARGS+= -DPORT=Qt
CMAKE_ARGS+= -DENABLE_TOOLS=OFF