Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2019 04:42:32 +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: r509863 - head/net/savvycan
Message-ID:  <201908260442.x7Q4gWt9063122@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Aug 26 04:42:32 2019
New Revision: 509863
URL: https://svnweb.freebsd.org/changeset/ports/509863

Log:
  Add compiler:c++11-lang to USES to fix the build on gcc-based systems:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/savvycan/Makefile

Modified: head/net/savvycan/Makefile
==============================================================================
--- head/net/savvycan/Makefile	Mon Aug 26 03:20:51 2019	(r509862)
+++ head/net/savvycan/Makefile	Mon Aug 26 04:42:32 2019	(r509863)
@@ -12,7 +12,7 @@ LICENSE=	MIT
 
 BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx@${PY_FLAVOR}
 
-USES=		gmake python:build qmake qt:5
+USES=		compiler:c++11-lang gmake python:build qmake qt:5
 USE_QT=		buildtools_build core gui help printsupport serialbus \
 		serialport websockets-qml widgets
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908260442.x7Q4gWt9063122>