sysutils/pxp-agent: 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:07:11 -05:00
parent 6f0ab53bf8
commit 31703df4a9

View file

@ -13,7 +13,7 @@ LIB_DEPENDS= liblibcpp-pcp-client.so:net/cpp-pcp-client \
liblibcpp-hocon.so:devel/cpp-hocon \
libleatherman_util.so:devel/leatherman
USES= cmake shebangfix ssl
USES= cmake compiler:c++11-lang shebangfix ssl
USE_GITHUB= yes
GH_ACCOUNT= puppetlabs