summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkochano2001-11-02 12:08:27 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitb0836f57a79c401fb40a6b6d5fde82df625858ed (patch)
treed80be1dbe44665b191b7a7d124db6ec915fc6811
parenta966808eb852d811e7a72c9f00098d9507f69473 (diff)
downloadxalan-c-b0836f57a79c401fb40a6b6d5fde82df625858ed.zip
xalan-c-b0836f57a79c401fb40a6b6d5fde82df625858ed.tar.gz
- Use system (not included) xerces-c.
Changed files: xalan-c-xerces_ver.patch -> 1.1
-rw-r--r--xalan-c-xerces_ver.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/xalan-c-xerces_ver.patch b/xalan-c-xerces_ver.patch
new file mode 100644
index 0000000..18ee970
--- /dev/null
+++ b/xalan-c-xerces_ver.patch
@@ -0,0 +1,15 @@
+diff -urN xml-xalan.orig/c/src/Makefile.in xml-xalan/c/src/Makefile.in
+--- xml-xalan.orig/c/src/Makefile.in Tue Aug 14 22:55:18 2001
++++ xml-xalan/c/src/Makefile.in Fri Nov 2 00:01:21 2001
+@@ -305,9 +305,9 @@
+
+ # We need the Xerces library
+ ifeq ($(PLATFORM), OS390)
+-ALLLIBS += $(XERCESCROOT)/lib/libxerces-c1_5_1.x
++ALLLIBS += $(XERCESCROOT)/lib/libxerces-c$(XERCES_VER).x
+ else
+-ALLLIBS += -L$(XERCESCROOT)/lib -lxerces-c1_5_1
++ALLLIBS += -L$(XERCESCROOT)/lib -lxerces-c$(XERCES_VER)
+ endif
+
+ # We need the ICU library if we are using the ICUBridge