net/cpp-pcp-client: fix build on GCC-based systems
by adding compiler:c++11-lang to USES: cc1plus: error: unrecognized command line option "-Wno-unused-local-typedefs" cc1plus: error: unrecognized command line option "-Wno-maybe-uninitialized" cc1plus: error: unrecognized command line option "-std=c++11"
This commit is contained in:
parent
8b9cd7cc49
commit
d2de89c028
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
|
||||
libleatherman_json_container.so:devel/leatherman
|
||||
|
||||
USES= cmake ssl
|
||||
USES= cmake compiler:c++11-lang ssl
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue