mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
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
This commit is contained in:
parent
2b4a0994e4
commit
4c35c9d8cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536657
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user