diff options
author | markd <markd@pkgsrc.org> | 2018-01-24 19:06:06 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2018-01-24 19:06:06 +0000 |
commit | 1f67696986ed7a98b2f6b222caf0c266e3727cef (patch) | |
tree | 34f70a58ff4950a8e8e07b4fc60dc315686c5046 /x11/kirigami2 | |
parent | f5557c4539e708bd56431c35bf53481921a76412 (diff) | |
download | pkgsrc-1f67696986ed7a98b2f6b222caf0c266e3727cef.tar.gz |
kf5: strip -fvisibility=hidden in all kf5 packages
as it breaks the plugin mechanism due to not being able to
resolve various symbols
Diffstat (limited to 'x11/kirigami2')
-rw-r--r-- | x11/kirigami2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/kirigami2/Makefile b/x11/kirigami2/Makefile index 8248e187108..1c43d905d6a 100644 --- a/x11/kirigami2/Makefile +++ b/x11/kirigami2/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2018/01/22 01:02:28 markd Exp $ +# $NetBSD: Makefile,v 1.2 2018/01/24 19:06:11 markd Exp $ DISTNAME= kirigami2-${KF5VER} +PKGREVISION= 1 CATEGORIES= x11 HOMEPAGE= https://community.kde.org/Frameworks @@ -11,8 +12,6 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 DEPENDS+= qt5-qtgraphicaleffects-[0-9]*:../../x11/qt5-qtgraphicaleffects -#PKGCONFIG_OVERRIDE+= src/lib/libKActivities.pc.cmake - .include "../../x11/qt5-qtquickcontrols2/buildlink3.mk" .include "../../x11/qt5-qtbase/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |