Date: Thu, 12 Sep 2019 21:39:53 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511905 - head/comms/openzwave-devel Message-ID: <201909122139.x8CLdrht013358@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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]}'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909122139.x8CLdrht013358>