diff options
Diffstat (limited to 'textproc/xerces-c27/files/patch-ab')
-rw-r--r-- | textproc/xerces-c27/files/patch-ab | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/textproc/xerces-c27/files/patch-ab b/textproc/xerces-c27/files/patch-ab deleted file mode 100644 index 8b613207d833..000000000000 --- a/textproc/xerces-c27/files/patch-ab +++ /dev/null @@ -1,28 +0,0 @@ ---- src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.hpp 2002/11/04 15:14:34 1.4 -+++ src/xercesc/util/Transcoders/IconvFBSD/IconvFBSDTransService.hpp 2003/03/07 15:08:57 1.5 -@@ -56,6 +56,9 @@ - - /* - * $Log: IconvFBSDTransService.hpp,v $ -+ * Revision 1.5 2003/03/07 15:08:57 tng -+ * [Bug 17571] fix building IconvFBSD (namespaces) . Patch from Bjoern A. Zeeb. -+ * - * Revision 1.4 2002/11/04 15:14:34 tng - * C++ Namespace Support. - * -@@ -85,11 +88,13 @@ - - #include <xercesc/util/TransService.hpp> - -+#ifdef XML_USE_LIBICONV -+# include <iconv.h> -+#endif -+ - XERCES_CPP_NAMESPACE_BEGIN - - #ifdef XML_USE_LIBICONV -- --# include <iconv.h> - - // --------------------------------------------------------------------------- - // Libiconv wrapper (low-level conversion utilities collection) |