diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-12 21:39:52 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-12 21:39:52 +0000 |
commit | 240ec148a30d7ccebbd1731b974426aa6820f3fa (patch) | |
tree | 19f235ef86c80de6393e3a37c883adc992032a8f | |
parent | a7c11172647bc2fc1584824a7a297388efeef8ff (diff) | |
download | ports-240ec148a30d7ccebbd1731b974426aa6820f3fa.tar.gz ports-240ec148a30d7ccebbd1731b974426aa6820f3fa.zip |
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)
Notes
Notes:
svn path=/head/; revision=511905
-rw-r--r-- | comms/openzwave-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/openzwave-devel/Makefile b/comms/openzwave-devel/Makefile index 581131525617..b87623eba341 100644 --- a/comms/openzwave-devel/Makefile +++ b/comms/openzwave-devel/Makefile @@ -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]}' |