svn commit: r482598 - head/security/kpkpass

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 20 16:36:11 UTC 2018


Author: tcberner
Date: Sat Oct 20 16:36:10 2018
New Revision: 482598
URL: https://svnweb.freebsd.org/changeset/ports/482598

Log:
  security/kpkpass: fix build with GCC-based architectures
  
  PR:		232261
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/security/kpkpass/Makefile

Modified: head/security/kpkpass/Makefile
==============================================================================
--- head/security/kpkpass/Makefile	Sat Oct 20 16:35:07 2018	(r482597)
+++ head/security/kpkpass/Makefile	Sat Oct 20 16:36:10 2018	(r482598)
@@ -7,7 +7,8 @@ CATEGORIES=	security kde kde-applications
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Library to deal with Apple Wallet pass files
 
-USES=		cmake:outsource gettext kde:5 qt:5 shared-mime-info tar:xz
+USES=		cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 \
+		shared-mime-info tar:xz
 USE_KDE=	archive ecm
 USE_QT=		core gui testlib \
 		buildtools_build qmake_build


More information about the svn-ports-all mailing list