Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-af,v 1.4 2010/05/03 10:17:05 is Exp $
--- charsetConv.c.orig 2008-11-18 21:33:11.000000000 +0000
+++ charsetConv.c
@@ -265,7 +265,7 @@ static void initialize_to_native(void)
*/
int wchar_to_native(const wchar_t *wchar, char *native, size_t len)
{
-#ifdef HAVE_ICONV_H
+#if defined(HAVE_ICONV_H) && defined(__linux__)
int mangled;
int r;
initialize_to_native();