pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/meta-pkgs/kf5 kf5: Make sure any qt5-qtbase dependency...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ce135af01969
branches: trunk
changeset: 378395:ce135af01969
user: markd <markd%pkgsrc.org@localhost>
date: Sat Apr 07 00:39:29 2018 +0000
description:
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:
meta-pkgs/kf5/Makefile.common | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r f5e2ee203b03 -r ce135af01969 meta-pkgs/kf5/Makefile.common
--- a/meta-pkgs/kf5/Makefile.common Fri Apr 06 22:21:42 2018 +0000
+++ b/meta-pkgs/kf5/Makefile.common Sat Apr 07 00:39:29 2018 +0000
@@ -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 @@
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_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
Home |
Main Index |
Thread Index |
Old Index