From 295b365b850e9d49c09049d2abcb12cae7d8751e Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 26 Aug 2019 04:42:32 +0000 Subject: [PATCH] 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) --- net/savvycan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/savvycan/Makefile b/net/savvycan/Makefile index 4a6011d13eca..619dafcb275c 100644 --- a/net/savvycan/Makefile +++ b/net/savvycan/Makefile @@ -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