pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/keepassxc keepassxc: remove now unnecessary q...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e329813baf54
branches: trunk
changeset: 378409:e329813baf54
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Apr 07 07:35:50 2018 +0000
description:
keepassxc: remove now unnecessary qt5 hacks.
diffstat:
security/keepassxc/Makefile | 5 +----
security/keepassxc/hacks.mk | 7 -------
2 files changed, 1 insertions(+), 11 deletions(-)
diffs (30 lines):
diff -r 416ce16721e4 -r e329813baf54 security/keepassxc/Makefile
--- a/security/keepassxc/Makefile Sat Apr 07 06:27:13 2018 +0000
+++ b/security/keepassxc/Makefile Sat Apr 07 07:35:50 2018 +0000
@@ -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_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 -r 416ce16721e4 -r e329813baf54 security/keepassxc/hacks.mk
--- a/security/keepassxc/hacks.mk Sat Apr 07 06:27:13 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index