diff options
author | Release Engineering <releng@openoffice.org> | 2009-12-16 14:19:18 +0100 |
---|---|---|
committer | Release Engineering <releng@openoffice.org> | 2009-12-16 14:19:18 +0100 |
commit | cdb781248471e68cf94fa52d0a09da5921337189 (patch) | |
tree | 5f57a5fe1eb7bac8ab67decdd57966acb6df8bcd /expat | |
parent | 81b96613b6e8cb79b295e0cdfd06137675b478ee (diff) |
#i10000# fix for building in SO environment only
Diffstat (limited to 'expat')
-rw-r--r-- | expat/expat-2.0.1.patch | 6 |
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 |