svn commit: r536657 - head/devel/libopentracing
Sergey A. Osokin
osa at freebsd.org
Wed May 27 01:20:24 UTC 2020
Thanks, Piotr!
On Tue, May 26, 2020 at 09:02:33PM +0000, Piotr Kubaj wrote:
> Author: pkubaj
> Date: Tue May 26 21:02:33 2020
> New Revision: 536657
> URL: https://svnweb.freebsd.org/changeset/ports/536657
>
> Log:
> devel/libopentracing: fix build on GCC architectures
>
> Use C++11 compiler:
> /wrkdirs/usr/ports/devel/libopentracing/work/opentracing-cpp-1.6.0/include/opentracing/value.h:9:25: error: unordered_map: No such file or directory
>
> Modified:
> head/devel/libopentracing/Makefile
>
> Modified: head/devel/libopentracing/Makefile
> ==============================================================================
> --- head/devel/libopentracing/Makefile Tue May 26 21:01:04 2020 (r536656)
> +++ head/devel/libopentracing/Makefile Tue May 26 21:02:33 2020 (r536657)
> @@ -16,7 +16,7 @@ USE_GITHUB= yes
> GH_ACCOUNT= opentracing
> GH_PROJECT= opentracing-cpp
>
> -USES= cmake compiler
> +USES= cmake compiler:c++11-lang
>
> USE_LDCONFIG= yes
> GNU_CONFIGURE= yes
More information about the svn-ports-all
mailing list