diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-11 01:17:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-11 01:17:27 +0000 |
commit | d12708b62bec1099c72cc41c191ae55a7ee07eca (patch) | |
tree | d87f7cbc27553005858f04694ae449163ffbf841 /dev-libs/xalan-c/files | |
parent | mark 2.8.5 x86 (diff) | |
download | historical-d12708b62bec1099c72cc41c191ae55a7ee07eca.tar.gz historical-d12708b62bec1099c72cc41c191ae55a7ee07eca.tar.bz2 historical-d12708b62bec1099c72cc41c191ae55a7ee07eca.zip |
Version bump #62196 by Sebastian Roth.
Diffstat (limited to 'dev-libs/xalan-c/files')
-rw-r--r-- | dev-libs/xalan-c/files/1.8.0-gcc34.patch | 11 | ||||
-rw-r--r-- | dev-libs/xalan-c/files/digest-xalan-c-1.8.0 | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/dev-libs/xalan-c/files/1.8.0-gcc34.patch b/dev-libs/xalan-c/files/1.8.0-gcc34.patch new file mode 100644 index 000000000000..1668612d567d --- /dev/null +++ b/dev-libs/xalan-c/files/1.8.0-gcc34.patch @@ -0,0 +1,11 @@ +--- xml-xalan/c/src/xalanc/PlatformSupport/XalanArrayAllocator.hpp.orig 2004-11-10 19:46:56.846893553 -0500 ++++ xml-xalan/c/src/xalanc/PlatformSupport/XalanArrayAllocator.hpp 2004-11-10 19:47:12.901962732 -0500 +@@ -170,7 +170,7 @@ + ListEntryType& theNewEntry = m_list.back(); + + // Resize the vector to the appropriate size... +- theNewEntry.second.resize(theBlockSize, VectorType::value_type(0)); ++ theNewEntry.second.resize(theBlockSize, typename VectorType::value_type(0)); + + // Set the number of free spaces accordingly... + theNewEntry.first = theBlockSize - theCount; diff --git a/dev-libs/xalan-c/files/digest-xalan-c-1.8.0 b/dev-libs/xalan-c/files/digest-xalan-c-1.8.0 new file mode 100644 index 000000000000..bb5ed0733419 --- /dev/null +++ b/dev-libs/xalan-c/files/digest-xalan-c-1.8.0 @@ -0,0 +1 @@ +MD5 fca5101f56608311f8121591f022bc2c Xalan-C_1_8_0-src.tar.gz 1351965 |