pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[.joined/pkgsrc/trunk]: .joined/pkgsrc/net/mosquitto/patches mosquitto: Add m...



details:   https://anonhg.NetBSD.org/.joined/pkgsrc/rev/69be1c3cb919
branches:  trunk
changeset: 370859:69be1c3cb919
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Fri Dec 31 23:59:17 2021 +0000

description:
mosquitto: Add missing patch

diffstat:

 net/mosquitto/patches/patch-lib_strings__mosq.c |  16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diffs (20 lines):

diff -r dc86e1b22a63 -r 69be1c3cb919 net/mosquitto/patches/patch-lib_strings__mosq.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mosquitto/patches/patch-lib_strings__mosq.c   Fri Dec 31 23:59:17 2021 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-lib_strings__mosq.c,v 1.1 2021/12/31 23:59:17 triaxx Exp $
+
+Suppress warning by including missing header.
+
+--- lib/strings_mosq.c.orig    2021-11-17 00:28:35.000000000 +0000
++++ lib/strings_mosq.c
+@@ -20,6 +20,9 @@ Contributors:
+ 
+ #include <errno.h>
+ #include <string.h>
++#if defined(__NetBSD__)
++#include <strings.h>
++#endif
+ 
+ #include "mosquitto.h"
+ #include "mqtt_protocol.h"



Home | Main Index | Thread Index | Old Index