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:
Mark Linimon 2021-06-07 06:01:11 -05:00
parent 8b9cd7cc49
commit d2de89c028

View file

@ -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