Fix build with gcc 3.4
PR: ports/71085 Submitted by: maintainer
This commit is contained in:
parent
14fddd2583
commit
1b59c10d7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117525
19
textproc/xerces-c2-devel/files/patch-ac
Normal file
19
textproc/xerces-c2-devel/files/patch-ac
Normal file
@ -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
|
19
textproc/xerces-c2/files/patch-ac
Normal file
19
textproc/xerces-c2/files/patch-ac
Normal file
@ -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
|
19
textproc/xerces-c27/files/patch-ac
Normal file
19
textproc/xerces-c27/files/patch-ac
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user