summaryrefslogtreecommitdiff
path: root/x11/neXtaw/patches/patch-aa
blob: 2a24f782eca1467b5320262a27072fb86940e2cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.1.1.1 2002/08/02 20:10:47 jlam Exp $

--- X11/neXtaw/XawI18n.h.orig	Fri Jan  4 08:00:43 2002
+++ X11/neXtaw/XawI18n.h
@@ -30,7 +30,9 @@ in this Software without prior written a
 #ifdef HAS_WCTYPE_H
 #include <wctype.h>
 #if !defined(__linux__)
+#ifndef NO_WIDEC_H
 #include <widec.h>
+#endif
 #ifdef HAVE_WCSLEN
 #define wcslen(c) wslen(c)
 #endif