Date: Fri, 13 Mar 2020 06:45:23 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528333 - head/deskutils/ausweisapp2 Message-ID: <202003130645.02D6jNCi037097@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri Mar 13 06:45:23 2020 New Revision: 528333 URL: https://svnweb.freebsd.org/changeset/ports/528333 Log: Add compiler:c++17-lang to USES to fix build on GCC-based systems: Target "cmTC_73213" requires the language dialect "CXX17" , but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket) Modified: head/deskutils/ausweisapp2/Makefile Modified: head/deskutils/ausweisapp2/Makefile ============================================================================== --- head/deskutils/ausweisapp2/Makefile Fri Mar 13 05:48:22 2020 (r528332) +++ head/deskutils/ausweisapp2/Makefile Fri Mar 13 06:45:23 2020 (r528333) @@ -17,7 +17,7 @@ BUILD_DEPENDS= pcsc-lite>0:devel/pcsc-lite LIB_DEPENDS= libhttp_parser.so:www/http-parser \ libpcsclite.so:devel/pcsc-lite -USES= cmake pkgconfig qmake qt:5 ssl +USES= cmake compiler:c++17-lang pkgconfig qmake qt:5 ssl USE_GITHUB= yes GH_ACCOUNT= Governikus GH_PROJECT= AusweisApp2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003130645.02D6jNCi037097>