summaryrefslogtreecommitdiff
path: root/lang/gawk/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gawk/patches/patch-ae')
-rw-r--r--lang/gawk/patches/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/gawk/patches/patch-ae b/lang/gawk/patches/patch-ae
deleted file mode 100644
index 93e0cf6de3f..00000000000
--- a/lang/gawk/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2002/12/12 03:17:14 dmcmahill Exp $
-
---- regex.c.orig Wed Apr 17 07:42:40 2002
-+++ regex.c
-@@ -51,7 +51,7 @@
- # include <sys/types.h>
- #endif
-
--#if defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H && defined HAVE_MBRTOWC
-+#if defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H && defined HAVE_MBRTOWC && !defined(__NetBSD__)
- /* We can handle multibyte string. */
- # define MBS_SUPPORT
- # if !WIDE_CHAR_SUPPORT