Tue May 3 20:08:41 2022 UTC ()
collectd-grpc: help the next confused person who comes to look at this
package failing to build (configure test failing for strange reasons)


(nia)
diff -r1.7 -r1.8 pkgsrc/sysutils/collectd-grpc/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/sysutils/collectd-grpc/Makefile (expand / switch to context diff)
--- pkgsrc/sysutils/collectd-grpc/Makefile 2022/04/03 18:50:20 1.7
+++ pkgsrc/sysutils/collectd-grpc/Makefile 2022/05/03 20:08:41 1.8
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2022/04/03 18:50:20 adam Exp $
+# $NetBSD: Makefile,v 1.8 2022/05/03 20:08:41 nia Exp $
 
 COLLECTD_PACKAGE=	grpc
 
 COMMENT=	Statistics collection daemon - grpc plugin
 PKGREVISION=	4
+
+BROKEN+=	"fatal error: absl/synchronization/mutex.h: No such file or directory"
 
 .include "../../net/grpc/buildlink3.mk"
 .include "../../devel/protobuf/buildlink3.mk"