pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/keepassxc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr  7 07:35:50 UTC 2018

Modified Files:
        pkgsrc/security/keepassxc: Makefile
Removed Files:
        pkgsrc/security/keepassxc: hacks.mk

Log Message:
keepassxc: remove now unnecessary qt5 hacks.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/keepassxc/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/security/keepassxc/hacks.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/keepassxc/Makefile
diff -u pkgsrc/security/keepassxc/Makefile:1.1 pkgsrc/security/keepassxc/Makefile:1.2
--- pkgsrc/security/keepassxc/Makefile:1.1      Mon Apr  2 08:45:24 2018
+++ pkgsrc/security/keepassxc/Makefile  Sat Apr  7 07:35:50 2018
@@ -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
 



Home | Main Index | Thread Index | Old Index