svn commit: r536657 - head/devel/libopentracing

Piotr Kubaj pkubaj at FreeBSD.org
Tue May 26 21:02:33 UTC 2020


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-head mailing list