mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
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:
parent
6f0ab53bf8
commit
31703df4a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue