comms/openzwave-devel: fix build on GCC architectures

Add USES=compiler:c++11-lang:
cc1plus: error: unrecognized command line option "-std=c++11"

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-09-12 21:39:52 +00:00
parent a7c1117264
commit 240ec148a3

View file

@ -11,7 +11,7 @@ COMMENT= Open-zwave - An open-source interface to Z-Wave networks
LICENSE= LGPL20
USES= gmake tar:bz2 iconv pkgconfig
USES= compiler:c++11-lang gmake tar:bz2 iconv pkgconfig
# Manually update this when makefile is updated
# echo $(git describe --long --tags --dirty 2>/dev/null | sed s/^v//) | awk '{split($$0,a,"-"); print a[2]}'