svn commit: r484259 - head/security/keepassxc

Mark Linimon linimon at FreeBSD.org
Mon Nov 5 23:39:21 UTC 2018


Author: linimon
Date: Mon Nov  5 23:39:19 2018
New Revision: 484259
URL: https://svnweb.freebsd.org/changeset/ports/484259

Log:
  USES=compiler:c++11-lang is necessary to build this port on GCC-based architectures.
  
  PR:		232477
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/security/keepassxc/Makefile

Modified: head/security/keepassxc/Makefile
==============================================================================
--- head/security/keepassxc/Makefile	Mon Nov  5 23:30:50 2018	(r484258)
+++ head/security/keepassxc/Makefile	Mon Nov  5 23:39:19 2018	(r484259)
@@ -24,7 +24,8 @@ LIB_DEPENDS=	libargon2.so:security/libargon2 \
 		libgcrypt.so:security/libgcrypt \
 		libgpg-error.so:security/libgpg-error
 
-USES=		cmake:outsource desktop-file-utils qt:5 shared-mime-info tar:xz
+USES=		cmake:outsource compiler:c++11-lang desktop-file-utils qt:5 \
+		shared-mime-info tar:xz
 USE_QT=		buildtools_build concurrent core dbus gui linguisttools network \
 		qmake_build testlib widgets
 USE_XORG=	x11


More information about the svn-ports-all mailing list