diff options
author | Robert Allen <slacker@slaphappygeeks.com> | 2012-08-09 15:17:45 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-09 15:47:25 -0500 |
commit | 8d40d5ce2ac655f94a13c1f4e213b375a409e043 (patch) | |
tree | 11955c5cac173ad48efcaa0afb60d3fd2c9d225c /libraries/xalan-c/xalan-c-1.10.0+gcc-4.3.patch | |
parent | 1fb2c9b531a9eaf56e7e1834b91349c15f708b23 (diff) |
libraries/xalan-c: Updated for version 1.11_1335373.
This is an svn snapshot for compatibility with newer xerces-c.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/xalan-c/xalan-c-1.10.0+gcc-4.3.patch')
-rw-r--r-- | libraries/xalan-c/xalan-c-1.10.0+gcc-4.3.patch | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/libraries/xalan-c/xalan-c-1.10.0+gcc-4.3.patch b/libraries/xalan-c/xalan-c-1.10.0+gcc-4.3.patch deleted file mode 100644 index a0a4eeae6698a..0000000000000 --- a/libraries/xalan-c/xalan-c-1.10.0+gcc-4.3.patch +++ /dev/null @@ -1,50 +0,0 @@ ---- XalanDOMString.cpp 2008-03-21 09:50:39.000000000 +0100 -+++ xml-xalan/c/src/xalanc/XalanDOM/XalanDOMString.cpp 2008-03-21 09:51:06.000000000 +0100 -@@ -26,6 +26,7 @@ - - - #include <cstdlib> -+#include <cstring> - - - ---- FormatterToHTML.cpp 2008-03-21 09:56:31.000000000 +0100 -+++ xml-xalan/c/src/xalanc/XMLSupport/FormatterToHTML.cpp 2008-03-21 09:56:54.000000000 +0100 -@@ -26,6 +26,7 @@ - - - #include <cassert> -+#include <cstring> - - - ---- ElemNumber.cpp 2008-03-21 10:09:56.000000000 +0100 -+++ xml-xalan/c/src/xalanc/XSLT/ElemNumber.cpp 2008-03-21 10:10:15.000000000 +0100 -@@ -14,6 +14,7 @@ - * limitations under the License. - */ - #include "ElemNumber.hpp" -+#include <cstring> - - - ---- DirectoryEnumerator.hpp 2008-03-21 10:19:13.000000000 +0100 -+++ xml-xalan/c/src/xalanc/PlatformSupport/DirectoryEnumerator.hpp 2008-03-21 10:19:41.000000000 +0100 -@@ -36,6 +36,7 @@ - - #include <functional> - #include <iterator> -+#include <cstring> - - - #include "xercesc/framework/MemoryManager.hpp" ---- XalanExe.cpp 2008-03-21 12:11:08.000000000 +0100 -+++ xml-xalan/c/src/xalanc/XalanExe/XalanExe.cpp 2008-03-21 12:11:44.000000000 +0100 -@@ -19,6 +19,7 @@ - - - #include <cstdlib> -+#include <cstring> - #if defined(XALAN_CLASSIC_IOSTREAMS) - #include <iostream.h> - #else |