summaryrefslogtreecommitdiff
path: root/textproc/xalan-c/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xalan-c/patches/patch-ac')
-rw-r--r--textproc/xalan-c/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/xalan-c/patches/patch-ac b/textproc/xalan-c/patches/patch-ac
new file mode 100644
index 00000000000..f47555d68de
--- /dev/null
+++ b/textproc/xalan-c/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2001/01/15 12:42:09 skrll Exp $
+
+--- PlatformSupport/DOMStringHelper.hpp.orig Fri Oct 6 19:17:01 2000
++++ PlatformSupport/DOMStringHelper.hpp
+@@ -77,7 +77,7 @@
+ #include <cwchar>
+ #endif
+
+-#if defined(AIX)
++#if (defined(AIX) || defined (NETBSD))
+ #include <wchar.h>
+ #elif defined(__GNUC__)
+ #include <wctype.h>