From ba259ec74984fdefa30b1496f4dc06c93ca6b9f6 Mon Sep 17 00:00:00 2001 From: gdt Date: Tue, 15 Jun 2021 22:29:46 +0000 Subject: net/mosquitto: Disable plugins These were not installed anyway, and one fails to build on macOS. (No PKGREVISION due to no change in binary package.) --- net/mosquitto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 27d2c16f19b..6df9189d457 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2021/06/11 23:13:41 gdt Exp $ +# $NetBSD: Makefile,v 1.25 2021/06/15 22:29:46 gdt Exp $ DISTNAME= mosquitto-2.0.11 CATEGORIES= net @@ -20,6 +20,7 @@ USE_TOOLS+= gmake LDFLAGS.SunOS+= -lsocket -lnsl CMAKE_ARGS+= -DCMAKE_INSTALL_SYSCONFDIR=${PREFIX}/share/examples +CMAKE_ARGS+= -DWITH_PLUGINS=NO MOSQUITTO_USER= mosquitto MOSQUITTO_GROUP= mosquitto -- cgit v1.2.3