SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- lib/charset.c.orig Mon Nov 21 00:21:11 2011
+++ lib/charset.c Mon Nov 21 00:21:19 2011
@@ -26,6 +26,7 @@
* at least 16 bits, but this code has only been tested on systems with
* 8-bit char, 16-bit short and 32-bit int.
*/
+#include "srconfig.h"
#ifndef HAVE_ICONV /* should be ifdef USE_CHARSET_CONVERT */