diff options
author | wiz <wiz@pkgsrc.org> | 2018-04-07 07:35:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-04-07 07:35:50 +0000 |
commit | ff66211c418a0f805049d22f30ac46170a4db9c5 (patch) | |
tree | 25c3ecda86eeb358b9e5adafc772a705e5c69043 | |
parent | c876df03d6405c237a5ed7e4f4faf09458728b3e (diff) | |
download | pkgsrc-ff66211c418a0f805049d22f30ac46170a4db9c5.tar.gz |
keepassxc: remove now unnecessary qt5 hacks.
-rw-r--r-- | security/keepassxc/Makefile | 5 | ||||
-rw-r--r-- | security/keepassxc/hacks.mk | 7 |
2 files changed, 1 insertions, 11 deletions
diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile index 88c3fc82fb2..8d98abffea6 100644 --- a/security/keepassxc/Makefile +++ b/security/keepassxc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/04/02 08:45:24 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2018/04/07 07:35:50 wiz Exp $ DISTNAME= keepassxc-2.3.0 CATEGORIES= security x11 @@ -15,9 +15,6 @@ CMAKE_ARG_PATH= .. CMAKE_ARGS+= -DKEEPASSXC_BUILD_TYPE=Release CONFIGURE_DIRS= build -# various issues with symbols such at qt_plugin_instance not being visible. -BUILDLINK_TRANSFORM+= rm:-fvisibility=hidden - .PHONY: qmake-bin-add pre-configure: qmake-bin-add diff --git a/security/keepassxc/hacks.mk b/security/keepassxc/hacks.mk deleted file mode 100644 index a78e1fb173c..00000000000 --- a/security/keepassxc/hacks.mk +++ /dev/null @@ -1,7 +0,0 @@ -# $NetBSD: hacks.mk,v 1.1 2018/04/02 08:45:24 wiz Exp $ - -# linking -lQt5Widgets on NetBSD with gcc produces -# ld: BFD (NetBSD Binutils nb1) 2.27 assertion fail -# /usr/src/external/gpl3/binutils/lib/libbfd/../../dist/bfd/elflink.c:2694 -# unless -lexecinfo preceeds -lQt5Widgets -BUILDLINK_TRANSFORM.NetBSD+= l:Qt5Widgets:execinfo:Qt5Widgets |