]> git.pld-linux.org Git - packages/xerces-c.git/commitdiff
outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 10 Feb 2006 12:46:30 +0000 (12:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xerces-c-gcc295.patch -> 1.3
    xerces-c-opt.patch -> 1.3

xerces-c-gcc295.patch [deleted file]
xerces-c-opt.patch [deleted file]

diff --git a/xerces-c-gcc295.patch b/xerces-c-gcc295.patch
deleted file mode 100644 (file)
index b5559a9..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- xerces-c/src/xercesc/util/RefHash3KeysIdPool.c.orig        2003-07-09 14:52:32.000000000 +0200
-+++ xerces-c/src/xercesc/util/RefHash3KeysIdPool.c     2003-07-09 14:52:41.000000000 +0200
-@@ -118,7 +118,7 @@
-     initialize(modulus);
-     // create default hasher
--    fHash = new (fMemoryManager) HashXMLCh();
-+    fHash = new HashXMLCh();
-     //
-     //  Allocate the initial id pointers array. We don't have to zero them
---- xerces-c/src/xercesc/dom/impl/DOMDeepNodeListPool.c.orig   2003-07-09 14:54:10.000000000 +0200
-+++ xerces-c/src/xercesc/dom/impl/DOMDeepNodeListPool.c        2003-07-09 14:53:52.000000000 +0200
-@@ -90,7 +90,7 @@
-     initialize(modulus);
-     // create default hasher
--    fHash = new (fMemoryManager) HashPtr();
-+    fHash = new HashPtr();
-     //
-     //  Allocate the initial id pointers array. We don't have to zero them
diff --git a/xerces-c-opt.patch b/xerces-c-opt.patch
deleted file mode 100644 (file)
index 6cb2634..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
---- xerces-c-src2_2_0/src/xercesc/runConfigure.orig    Thu Mar  7 23:45:22 2002
-+++ xerces-c-src2_2_0/src/xercesc/runConfigure Mon Jul  1 23:01:42 2002
-@@ -232,27 +232,6 @@
- # Enable debugging or not...
- #
--if test $debug = "off"; then
--    echo "Debug is OFF"
--    if test ${SYSOVR}o = "o"; then
--      if test $platform = "os400"; then
--         echo "NATIVE OS400 BUILD"
--         debugflag="";
--      elif test $platform = "irix"; then
--         debugflag="-w -O2";
--      elif test $platform = "aix"; then
--         debugflag="-w -O2";
--      else
--         debugflag="-w -O";
--      fi
--    else
--      echo "OVERRIDE FOR OS400 ON AIX"
--      debugflag="";
--    fi
--else
--    echo "Debug is ON"
--    debugflag="-g";
--fi
- #
This page took 0.140478 seconds and 4 git commands to generate.