summaryrefslogtreecommitdiff
path: root/lang/gawk/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gawk/patches/patch-ac')
-rw-r--r--lang/gawk/patches/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/gawk/patches/patch-ac b/lang/gawk/patches/patch-ac
new file mode 100644
index 00000000000..40ecee23cfa
--- /dev/null
+++ b/lang/gawk/patches/patch-ac
@@ -0,0 +1,11 @@
+$NetBSD: patch-ac,v 1.5 2002/12/12 03:17:14 dmcmahill Exp $
+
+--- awk.h.orig Tue Apr 16 07:40:18 2002
++++ awk.h Sat Dec 7 21:05:58 2002
+@@ -77,5 +77,5 @@
+ #include <signum.h>
+ #endif
+-#if defined(HAVE_MBRLEN) && defined(HAVE_MBRTOWC) && defined(HAVE_WCHAR_H) && defined(HAVE_WCTYPE_H)
++#if defined(HAVE_MBRLEN) && defined(HAVE_MBRTOWC) && defined(HAVE_WCHAR_H) && defined(HAVE_WCTYPE_H) && !defined(__NetBSD__)
+ /* We can handle multibyte strings. */
+ #define MBS_SUPPORT