diff options
author | markd <markd@pkgsrc.org> | 2018-04-07 00:39:29 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2018-04-07 00:39:29 +0000 |
commit | dd137001707720cc5d28a1e1a912546f345e23e5 (patch) | |
tree | cb2034c17b7616f25cf923a61b18e6ab0b1f1841 /meta-pkgs | |
parent | 1ba590426b31f2e9f8d2535f2dda1fdbfe8657ae (diff) | |
download | pkgsrc-dd137001707720cc5d28a1e1a912546f345e23e5.tar.gz |
kf5: Make sure any qt5-qtbase dependency is at least 5.10.1nb2
as that fixes the symbol visibility issues with qt5 packages so we
can remove the BUILDLINK_TRANSFORM hack for it.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/kf5/Makefile.common | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-pkgs/kf5/Makefile.common b/meta-pkgs/kf5/Makefile.common index 4afcfff9d47..a73385232ca 100644 --- a/meta-pkgs/kf5/Makefile.common +++ b/meta-pkgs/kf5/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2018/02/01 19:01:59 markd Exp $ +# $NetBSD: Makefile.common,v 1.8 2018/04/07 00:39:29 markd Exp $ # used by misc/attica-qt5/Makefile # used by sysutils/baloo5/Makefile # used by x11/frameworkintegration/Makefile @@ -69,6 +69,7 @@ MAINTAINER?= markd@NetBSD.org BUILD_DEPENDS+= extra-cmake-modules>=${KF5VER}:../../devel/extra-cmake-modules TOOLS_DEPENDS.cmake= cmake>=3.0:../../devel/cmake +BUILDLINK_ABI_DEPENDS.qt5-qtbase+= qt5-qtbase>=5.10.1nb2 USE_CMAKE= yes USE_LANGUAGES= c c++ @@ -79,9 +80,6 @@ CMAKE_ARGS+= -DKDE_INSTALL_USE_QT_SYS_PATHS=ON CMAKE_ARGS+= -DKDE_INSTALL_LIBEXECDIR=libexec CMAKE_ARGS+= -DKDE_INSTALL_SYSCONFDIR=${PKG_SYSCONFDIR:Q} -# various issues with symbols such at qt_plugin_instance not being visible. -BUILDLINK_TRANSFORM+= rm:-fvisibility=hidden - pre-configure: ${MKDIR} ${WRKSRC}/_KDE_build |