svn commit: r509863 - head/net/savvycan

Mark Linimon linimon at FreeBSD.org
Mon Aug 26 04:42:32 UTC 2019


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
 


More information about the svn-ports-head mailing list