diff options
author | sem <sem@FreeBSD.org> | 2004-08-28 20:30:04 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-08-28 20:30:04 +0000 |
commit | a937649cc017d96afe2626534d62c7b10d048c80 (patch) | |
tree | 3ab578d17b3b90e88f0a38e432bc35429234d194 /textproc/xerces-c2-devel | |
parent | 736aba2acd1a544924c1057edb900e3677668005 (diff) | |
download | FreeBSD-ports-a937649cc017d96afe2626534d62c7b10d048c80.zip FreeBSD-ports-a937649cc017d96afe2626534d62c7b10d048c80.tar.gz |
Fix build with gcc 3.4
PR: ports/71085
Submitted by: maintainer
Diffstat (limited to 'textproc/xerces-c2-devel')
-rw-r--r-- | textproc/xerces-c2-devel/files/patch-ac | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/xerces-c2-devel/files/patch-ac b/textproc/xerces-c2-devel/files/patch-ac new file mode 100644 index 0000000..6c2f7de --- /dev/null +++ b/textproc/xerces-c2-devel/files/patch-ac @@ -0,0 +1,19 @@ +--- src/xercesc/util/RefArrayOf.hpp 2004/01/29 11:48:46 1.6 ++++ src/xercesc/util/RefArrayOf.hpp 2004/06/23 22:19:35 1.7 +@@ -56,6 +56,9 @@ + + /* + * $Log: RefArrayOf.hpp,v $ ++ * Revision 1.7 2004/06/23 22:19:35 neilg ++ * fix for compilation under gcc 3.5 ++ * + * Revision 1.6 2004/01/29 11:48:46 cargilld + * Code cleanup changes to get rid of various compiler diagnostic messages. + * +@@ -101,6 +104,7 @@ + #include <xercesc/util/ArrayIndexOutOfBoundsException.hpp> + #include <xercesc/util/IllegalArgumentException.hpp> + #include <xercesc/util/XMLEnumerator.hpp> ++#include <xercesc/framework/MemoryManager.hpp> + + XERCES_CPP_NAMESPACE_BEGIN |