Date: Sat, 29 Aug 2020 17:00:49 +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: r546926 - head/net-im/chatterino2 Message-ID: <202008291700.07TH0nlw076195@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Aug 29 17:00:48 2020 New Revision: 546926 URL: https://svnweb.freebsd.org/changeset/ports/546926 Log: 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) Modified: head/net-im/chatterino2/Makefile Modified: head/net-im/chatterino2/Makefile ============================================================================== --- head/net-im/chatterino2/Makefile Sat Aug 29 16:56:00 2020 (r546925) +++ head/net-im/chatterino2/Makefile Sat Aug 29 17:00:48 2020 (r546926) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008291700.07TH0nlw076195>