svn commit: r511905 - head/comms/openzwave-devel
Piotr Kubaj
pkubaj at FreeBSD.org
Thu Sep 12 21:39:53 UTC 2019
Author: pkubaj
Date: Thu Sep 12 21:39:52 2019
New Revision: 511905
URL: https://svnweb.freebsd.org/changeset/ports/511905
Log:
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)
Modified:
head/comms/openzwave-devel/Makefile
Modified: head/comms/openzwave-devel/Makefile
==============================================================================
--- head/comms/openzwave-devel/Makefile Thu Sep 12 21:22:06 2019 (r511904)
+++ head/comms/openzwave-devel/Makefile Thu Sep 12 21:39:52 2019 (r511905)
@@ -11,7 +11,7 @@ COMMENT= Open-zwave - An open-source interface to Z-Wa
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]}'
More information about the svn-ports-all
mailing list