From a937649cc017d96afe2626534d62c7b10d048c80 Mon Sep 17 00:00:00 2001 From: sem Date: Sat, 28 Aug 2004 20:30:04 +0000 Subject: Fix build with gcc 3.4 PR: ports/71085 Submitted by: maintainer --- textproc/xerces-c27/files/patch-ac | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 textproc/xerces-c27/files/patch-ac (limited to 'textproc/xerces-c27') diff --git a/textproc/xerces-c27/files/patch-ac b/textproc/xerces-c27/files/patch-ac new file mode 100644 index 000000000000..6c2f7de8a584 --- /dev/null +++ b/textproc/xerces-c27/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 + #include + #include ++#include + + XERCES_CPP_NAMESPACE_BEGIN -- cgit