summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--expat/expat-2.0.1.patch6
1 files changed, 5 insertions, 1 deletions
diff --git a/expat/expat-2.0.1.patch b/expat/expat-2.0.1.patch
index 57aa16450014..9ed7413d40de 100644
--- a/expat/expat-2.0.1.patch
+++ b/expat/expat-2.0.1.patch
@@ -1,6 +1,6 @@
--- misc/expat-2.0.1/lib/makefile.mk Wed Aug 20 14:33:55 2008
+++ misc/build/expat-2.0.1/lib/makefile.mk Wed Aug 20 14:26:42 2008
-@@ -1 +1,89 @@
+@@ -1 +1,93 @@
-dummy
+#*************************************************************************
+#
@@ -51,6 +51,10 @@
+CDEFS+=-DHAVE_EXPAT_CONFIG_H
+.ENDIF
+
++.IF "$(OS)"=="MACOSX" && "$(SYSBASE)"!=""
++CDEFS+=-DHAVE_MEMMOVE -DHAVE_BCOPY
++.ENDIF # "$(OS)"=="MACOSX"
++
+SLOFILES=$(SLO)$/xmlparse.obj \
+ $(SLO)$/xmlrole.obj \
+ $(SLO)$/xmltok.obj