diff options
author | jan Iversen <jani@libreoffice.org> | 2017-06-22 16:11:51 +0200 |
---|---|---|
committer | jan iversen <jani@libreoffice.org> | 2017-06-22 18:28:02 +0200 |
commit | 346121398b6fbab233bae3053e14868a50418fb6 (patch) | |
tree | bf364dbcbf358836ed8a3fcef8f99a6020077d49 /external/expat/UnpackedTarball_expat.mk | |
parent | 1adc3c76d773adc92d1c6d858358b7caa64e929a (diff) |
expat-2.2.1 patch to allow compile on macOS and others
xmlparse.c has a
#define buffer something
later
#include something
that happens to use buffer as a parameter.
Change-Id: I7378aa9481b30364097c70317c794c0bcca2f05c
Reviewed-on: https://gerrit.libreoffice.org/39109
Reviewed-by: jan iversen <jani@libreoffice.org>
Tested-by: jan iversen <jani@libreoffice.org>
Diffstat (limited to 'external/expat/UnpackedTarball_expat.mk')
-rw-r--r-- | external/expat/UnpackedTarball_expat.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/expat/UnpackedTarball_expat.mk b/external/expat/UnpackedTarball_expat.mk index abe0679f2f25..5039bc11ab15 100644 --- a/external/expat/UnpackedTarball_expat.mk +++ b/external/expat/UnpackedTarball_expat.mk @@ -14,6 +14,7 @@ $(eval $(call gb_UnpackedTarball_set_tarball,expat,$(EXPAT_TARBALL))) $(eval $(call gb_UnpackedTarball_add_patches,expat,\ external/expat/expat-winapi.patch \ external/expat/expat-iOS.patch \ + external/expat/expat-2.2.1.patch \ )) # This is a bit hackish. |