Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2023 01:38:02 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5a81a8bd79bd - main - security/keepassxc: drop not necessary GCC
Message-ID:  <202308120138.37C1c2Qq038409@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5a81a8bd79bde875d360102e5d12027ee5393037

commit 5a81a8bd79bde875d360102e5d12027ee5393037
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-11 10:45:13 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-12 01:37:40 +0000

    security/keepassxc: drop not necessary GCC
---
 security/keepassxc/Makefile | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile
index a45594192263..e22e9e45710e 100644
--- a/security/keepassxc/Makefile
+++ b/security/keepassxc/Makefile
@@ -20,13 +20,8 @@ LIB_DEPENDS=	libargon2.so:security/libargon2 \
 		libqrencode.so:graphics/libqrencode \
 		libbotan-2.so:security/botan2
 
-USES=		cmake desktop-file-utils pkgconfig qt:5 readline \
-		shared-mime-info tar:xz xorg
-.if !exists(/usr/include/omp.h)
-USES+=		compiler:gcc-c++11-lib
-.else
-USES+=		compiler:c++17-lang
-.endif
+USES=		cmake compiler:c++17-lang desktop-file-utils pkgconfig qt:5 \
+		readline shared-mime-info tar:xz xorg
 USE_QT=		concurrent core dbus gui network svg widgets buildtools:build \
 		linguisttools:build qmake:build testlib:build x11extras
 USE_XORG=	x11



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308120138.37C1c2Qq038409>