aboutsummaryrefslogtreecommitdiff
path: root/deskutils/ausweisapp2
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-03-13 06:45:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-03-13 06:45:23 +0000
commit5e6cfbe206a8c34262888ce9911aa6f624275bc3 (patch)
treeed2033c61312d45cea97aa48f293fb8a4db9c101 /deskutils/ausweisapp2
parent73ad09a6e0052983164aef0a2c37cc8ff676cb61 (diff)
downloadports-5e6cfbe206a8c34262888ce9911aa6f624275bc3.tar.gz
ports-5e6cfbe206a8c34262888ce9911aa6f624275bc3.zip
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)
Notes
Notes: svn path=/head/; revision=528333
Diffstat (limited to 'deskutils/ausweisapp2')
-rw-r--r--deskutils/ausweisapp2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/ausweisapp2/Makefile b/deskutils/ausweisapp2/Makefile
index 60e9229017de..97058b9e13f1 100644
--- a/deskutils/ausweisapp2/Makefile
+++ b/deskutils/ausweisapp2/Makefile
@@ -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