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 /misc | |
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 'misc')
-rw-r--r-- | misc/attica-qt5/Makefile | 3 | ||||
-rw-r--r-- | misc/kemoticons/Makefile | 3 | ||||
-rw-r--r-- | misc/kunitconversion/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/misc/attica-qt5/Makefile b/misc/attica-qt5/Makefile index 78e933c4bd2..61dac3aa014 100644 --- a/misc/attica-qt5/Makefile +++ b/misc/attica-qt5/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2018/01/17 20:04:45 markd Exp $ +# $NetBSD: Makefile,v 1.9 2018/01/24 19:06:09 markd Exp $ DISTNAME= attica-${KF5VER} PKGNAME= ${DISTNAME:S/-/-qt5-/} +PKGREVISION= 1 CATEGORIES= misc HOMEPAGE= https://community.kde.org/Frameworks diff --git a/misc/kemoticons/Makefile b/misc/kemoticons/Makefile index dca961c1f72..17f4d91e556 100644 --- a/misc/kemoticons/Makefile +++ b/misc/kemoticons/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2018/01/17 20:04:45 markd Exp $ +# $NetBSD: Makefile,v 1.10 2018/01/24 19:06:09 markd Exp $ DISTNAME= kemoticons-${KF5VER} +PKGREVISION= 1 CATEGORIES= misc HOMEPAGE= https://community.kde.org/Frameworks diff --git a/misc/kunitconversion/Makefile b/misc/kunitconversion/Makefile index 15828518215..30408c62904 100644 --- a/misc/kunitconversion/Makefile +++ b/misc/kunitconversion/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2018/01/17 20:04:45 markd Exp $ +# $NetBSD: Makefile,v 1.9 2018/01/24 19:06:09 markd Exp $ DISTNAME= kunitconversion-${KF5VER} +PKGREVISION= 1 CATEGORIES= misc HOMEPAGE= https://community.kde.org/Frameworks |