svn commit: r546926 - head/net-im/chatterino2

Mark Linimon linimon at FreeBSD.org
Sat Aug 29 17:00:49 UTC 2020


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


More information about the svn-ports-head mailing list