diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-07-20 02:12:24 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-07-20 02:12:24 +0800 |
commit | 8fc3e5accca6cdbf04600be40de704308534897d (patch) | |
tree | b3f9488dfb3dad7c26217debfc2d9d6460a2cdc3 /net-mgmt/openbmp | |
parent | bad8498d9fb42cd2513bcffccb85df04898aa228 (diff) | |
download | freebsd-ports-gnome-8fc3e5accca6cdbf04600be40de704308534897d.tar.gz freebsd-ports-gnome-8fc3e5accca6cdbf04600be40de704308534897d.tar.zst freebsd-ports-gnome-8fc3e5accca6cdbf04600be40de704308534897d.zip |
net-mgmt/openbmp: fix build on GCC architectures
Use new GCC from ports:
/usr/local/poudriere/ports/default/net-mgmt/openbmp/work/openbmp-0.14.0/Server/src/client_thread.h:35: error: ISO C++ forbids declaration of 'thread' with no type
Approved by: mentors (implicit approval)
Diffstat (limited to 'net-mgmt/openbmp')
-rw-r--r-- | net-mgmt/openbmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/openbmp/Makefile b/net-mgmt/openbmp/Makefile index b93f0755bb0f..79fb5c185c4e 100644 --- a/net-mgmt/openbmp/Makefile +++ b/net-mgmt/openbmp/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= librdkafka.so:net/librdkafka \ libsasl2.so:security/cyrus-sasl2 \ libyaml-cpp.so:devel/yaml-cpp -USES= cmake ssl +USES= cmake compiler:c++11-lang ssl USE_GITHUB= yes GH_ACCOUNT= OpenBMP |