summaryrefslogtreecommitdiff
path: root/textproc/libunicode/patches/patch-ab
blob: 614325249ce392195ddf55473b899f44646fc3a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2004/01/24 10:00:29 jmmv Exp $

--- utf8.c.orig	1999-10-17 20:46:00.000000000 +0200
+++ utf8.c
@@ -173,7 +173,7 @@ unicode_get_charset_internal (char **a)
       if (strcmp (charset, "UTF-8") == 0)
 	return 1;
     }
-#elif CODESET
+#elif defined(CODESET)
   charset = nl_langinfo(CODESET);
   if (charset)
     {