summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2007-01-16 08:43:05 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit75d5168e463658e66a8f7481e1d8f73fad9266e0 (patch)
tree96f35d6e4f1b8f444ae78ab641408ffaec099358
parent99cc1afba453a4a2096c39465a5350bf15434157 (diff)
downloadxalan-c-75d5168e463658e66a8f7481e1d8f73fad9266e0.zip
xalan-c-75d5168e463658e66a8f7481e1d8f73fad9266e0.tar.gz
- outdated
Changed files: xalan-c-xerces_ver.patch -> 1.2
-rw-r--r--xalan-c-xerces_ver.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/xalan-c-xerces_ver.patch b/xalan-c-xerces_ver.patch
deleted file mode 100644
index 18ee970..0000000
--- a/xalan-c-xerces_ver.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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