svn commit: r528333 - head/deskutils/ausweisapp2

Mark Linimon linimon at FreeBSD.org
Fri Mar 13 06:45:25 UTC 2020


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


More information about the svn-ports-all mailing list