summaryrefslogtreecommitdiff
path: root/external/liborcus
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2018-01-29 18:13:50 -0500
committerKohei Yoshida <libreoffice@kohei.us>2018-01-30 14:06:55 +0100
commite13acfcac9571da7efeec8fe5b27b11249d51c27 (patch)
tree5c8e44044d0374a5c754c41ef8ac16508c1fd526 /external/liborcus
parent37070fc8dae87e0649da056d96a9a9bca810cca5 (diff)
Update liborcus to 0.13.2.
Change-Id: I485757eb743e066730509202a3c077e5d822a311 Reviewed-on: https://gerrit.libreoffice.org/48863 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'external/liborcus')
-rw-r--r--external/liborcus/UnpackedTarball_liborcus.mk1
-rw-r--r--external/liborcus/silence-assert.patch11
2 files changed, 0 insertions, 12 deletions
diff --git a/external/liborcus/UnpackedTarball_liborcus.mk b/external/liborcus/UnpackedTarball_liborcus.mk
index 0dc6627de4a2..3ab387e734be 100644
--- a/external/liborcus/UnpackedTarball_liborcus.mk
+++ b/external/liborcus/UnpackedTarball_liborcus.mk
@@ -18,7 +18,6 @@ $(eval $(call gb_UnpackedTarball_update_autoconf_configs,liborcus))
$(eval $(call gb_UnpackedTarball_add_patches,liborcus,\
external/liborcus/0001-workaround-a-linking-problem-on-windows.patch \
external/liborcus/rpath.patch.0 \
- external/liborcus/silence-assert.patch \
))
ifeq ($(OS),WNT)
diff --git a/external/liborcus/silence-assert.patch b/external/liborcus/silence-assert.patch
deleted file mode 100644
index fb0bba200df7..000000000000
--- a/external/liborcus/silence-assert.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- liborcus/src/parser/sax_parser_base.cpp 2017-11-23 15:26:54.307416084 +0000
-+++ liborcus/src/parser/sax_parser_base.cpp 2017-11-16 00:38:32.000000000 +0000
-@@ -296,7 +296,7 @@
- str = pstring(buf.get(), buf.size());
-
- // Skip the closing quote.
-- assert(cur_char() == '"');
-+ assert(!has_char() || cur_char() == '"');
- next();
- }
-