summaryrefslogtreecommitdiff
path: root/x11/Xaw3d/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11/Xaw3d/patches/patch-ab')
-rw-r--r--x11/Xaw3d/patches/patch-ab11
1 files changed, 6 insertions, 5 deletions
diff --git a/x11/Xaw3d/patches/patch-ab b/x11/Xaw3d/patches/patch-ab
index 7fbc8e57e08..62260be7a78 100644
--- a/x11/Xaw3d/patches/patch-ab
+++ b/x11/Xaw3d/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.2 2001/03/11 14:11:45 tron Exp $
+$NetBSD: patch-ab,v 1.3 2005/02/18 15:54:48 wiz Exp $
---- XawI18n.h.orig Tue Oct 15 16:41:26 1996
-+++ XawI18n.h Sun Mar 11 15:07:30 2001
-@@ -29,10 +29,12 @@
+--- XawI18n.h.orig 1996-10-15 16:41:26.000000000 +0200
++++ XawI18n.h
+@@ -29,11 +29,13 @@ in this Software without prior written a
#ifdef HAS_WCTYPE_H
#include <wctype.h>
@@ -11,7 +11,8 @@ $NetBSD: patch-ab,v 1.2 2001/03/11 14:11:45 tron Exp $
#define wcslen(c) wslen(c)
#define wcscpy(d,s) wscpy(d,s)
#define wcsncpy(d,s,l) wsncpy(d,s,l)
-+#endif
#endif
++#endif
#ifdef HAS_WCHAR_H
+ #include <wchar.h>