From adf00e4555f13ecd2b6540a4d5ff6bddfd42a07e Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 29 Aug 2020 17:00:48 +0000 Subject: [PATCH] Add compiler:c++17-lang to USES to fix build on GCC-based systems: cc1plus: error: unrecognized command line option "-Wno-class-memaccess" cc1plus: error: unrecognized command line option "-std=c++17" cc1plus: error: unrecognized command line option "-std=gnu++1z" Approved by: portmgr (tier-2 blanket) --- net-im/chatterino2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/chatterino2/Makefile b/net-im/chatterino2/Makefile index e6b83c515ea6..8fac19188ff2 100644 --- a/net-im/chatterino2/Makefile +++ b/net-im/chatterino2/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= rapidjson>0:devel/rapidjson LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libqt5keychain.so:security/qtkeychain -USES= gl pkgconfig qmake qt:5 ssl +USES= compiler:c++17-lang gl pkgconfig qmake qt:5 ssl USE_QT= concurrent core gui multimedia network svg widgets \ buildtools_build qmake_build USE_GL= gl