pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/mosquitto/patches
Module Name: pkgsrc
Committed By: triaxx
Date: Fri Dec 31 23:59:17 UTC 2021
Added Files:
pkgsrc/net/mosquitto/patches: patch-lib_strings__mosq.c
Log Message:
mosquitto: Add missing patch
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/mosquitto/patches/patch-lib_strings__mosq.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/net/mosquitto/patches/patch-lib_strings__mosq.c
diff -u /dev/null pkgsrc/net/mosquitto/patches/patch-lib_strings__mosq.c:1.1
--- /dev/null Fri Dec 31 23:59:17 2021
+++ pkgsrc/net/mosquitto/patches/patch-lib_strings__mosq.c Fri Dec 31 23:59:17 2021
@@ -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