We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6859cb9 commit 6a13350Copy full SHA for 6a13350
textproc/wbxml2/distinfo
@@ -5,3 +5,4 @@ SHA512 (wbxml2-0.9.2.tar.gz) = 60d6728bb26e4f9f4b9008cfa86e73d48373931d4ca1800d9
5
Size (wbxml2-0.9.2.tar.gz) = 304115 bytes
6
SHA1 (patch-aa) = f508c228ecb0778121a07bad6069c0966188f8fc
7
SHA1 (patch-configure.in) = a4e126689f113eadcd2ba40c2a8512d4b29e4bfd
8
+SHA1 (patch-src_wbxml.h) = c54967b711abe33c3856c7f40bb09027ae4fb555
textproc/wbxml2/patches/patch-src_wbxml.h
@@ -0,0 +1,14 @@
1
+$NetBSD$
2
+
3
+Include <strings.h> for strcasecmp.
4
+--- src/wbxml.h.orig 2025-12-20 14:45:23.322281989 +0000
++++ src/wbxml.h
+@@ -47,6 +47,7 @@
+ */
9
+ #include <stdlib.h>
10
+ #include <string.h>
11
++#include <strings.h>
12
13
14
+ /** @addtogroup wbxml
0 commit comments