diff options
author | adam <adam@pkgsrc.org> | 2019-11-05 14:58:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-11-05 14:58:43 +0000 |
commit | 4934c86f68fa7ff48b5e0cbca979f9c3c2773151 (patch) | |
tree | eb9504bc235cacd00524723cf40948596eab6dba /x11/qt5-qtwebkit | |
parent | c1ad923e544b754e0ca1a85a5b199ab266111b29 (diff) | |
download | pkgsrc-4934c86f68fa7ff48b5e0cbca979f9c3c2773151.tar.gz |
qt5: updated to 5.13.2
Qt 5.13.2 Released
We have released Qt 5.13.2 today. As a patch release, Qt 5.13.2 does not add any new functionality but provides many bug fixes and other improvements.
Compared to Qt 5.13.1, the new Qt 5.13.2 contains more than 200 bug fixes. For details of the most important changes, please check the Change files of Qt 5.13.2.
Diffstat (limited to 'x11/qt5-qtwebkit')
-rw-r--r-- | x11/qt5-qtwebkit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt5-qtwebkit/Makefile b/x11/qt5-qtwebkit/Makefile index 7c1e93191ba..d54a70e9c94 100644 --- a/x11/qt5-qtwebkit/Makefile +++ b/x11/qt5-qtwebkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2019/11/03 09:14:17 rillig Exp $ +# $NetBSD: Makefile,v 1.68 2019/11/05 14:58:46 adam Exp $ DISTNAME= qtwebkit-${QTWKVERSION} PKGNAME= qt5-qtwebkit-${QTWKVERSION:S/-/./} @@ -35,6 +35,7 @@ CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release CMAKE_ARGS+= -DSHARED_CORE:BOOL=ON CMAKE_ARGS+= -DUSE_SYSTEM_MALLOC:BOOL=ON CMAKE_ARGS+= -DUSE_LD_GOLD:BOOL=OFF +CMAKE_ARGS+= -DENABLE_API_TESTS=OFF CMAKE_ARGS+= -DKDE_INSTALL_LIBEXECDIR=${CMAKE_INSTALL_PREFIX}/libexec #CMAKE_ARGS+= -DLIBEXEC_INSTALL_DIR=${CMAKE_INSTALL_PREFIX}/libexec |