net/libarcus: fix build on GCC architectures

C++11 compiler is necessary:
/usr/local/include/google/protobuf/arena_impl.h:323: error: ISO C++ forbids declaration of 'atomic' with no type

MFH:		2020Q2 (fix build blanket)
This commit is contained in:
Piotr Kubaj 2020-04-02 17:43:59 +00:00
parent 442465ab72
commit dd0bb884f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530389

View File

@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= sip:devel/py-sip@${PY_FLAVOR}
LIB_DEPENDS= libprotobuf.so:devel/protobuf
USES= cmake python:3.4+
USES= cmake compiler:c++11-lang python:3.4+
USE_GITHUB= yes
GH_ACCOUNT= Ultimaker
USE_LDCONFIG= yes