forked from Lainports/freebsd-ports
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:
parent
a7c1117264
commit
240ec148a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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]}'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue