From 6f42873e5f5427093adf7dee7f498b14fc086088 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 12 Nov 2016 15:29:40 +0000 Subject: [PATCH] - Fix build on 9.x by specifying C++ standard requirements --- net-mgmt/mk-livestatus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mgmt/mk-livestatus/Makefile b/net-mgmt/mk-livestatus/Makefile index 73d142c7619b..52f049a9085b 100644 --- a/net-mgmt/mk-livestatus/Makefile +++ b/net-mgmt/mk-livestatus/Makefile @@ -13,7 +13,7 @@ COMMENT= Nagios event broker module LICENSE= GPLv2 -USES= gmake +USES= compiler:c++11-lib gmake GNU_CONFIGURE= yes OPTIONS_SINGLE= NAGIOS