summaryrefslogtreecommitdiff
path: root/textproc/xerces-c/patches/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xerces-c/patches/patch-an')
-rw-r--r--textproc/xerces-c/patches/patch-an13
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/xerces-c/patches/patch-an b/textproc/xerces-c/patches/patch-an
deleted file mode 100644
index e2c26d06ae0..00000000000
--- a/textproc/xerces-c/patches/patch-an
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-an,v 1.1.1.1 2001/01/13 16:38:23 skrll Exp $
-
---- util/Transcoders/Iconv/IconvTransService.cpp.orig Sat Sep 30 18:37:34 2000
-+++ util/Transcoders/Iconv/IconvTransService.cpp
-@@ -66,7 +66,7 @@
- #include <util/XMLUni.hpp>
- #include "IconvTransService.hpp"
- #include <wchar.h>
--#if defined (XML_GCC) || defined (XML_PTX) || defined (XML_IBMVAOS2)
-+#if (defined (XML_GCC) || defined (XML_PTX) || defined (XML_IBMVAOS2)) && (!defined (XML_NETBSD))
- #include <wctype.h>
- #endif
- #include <string.h>