Date: Sat, 20 Oct 2018 16:36:10 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482598 - head/security/kpkpass Message-ID: <201810201636.w9KGaALq080606@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201636.w9KGaALq080606>