diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2018-09-18 17:50:39 -0400 |
---|---|---|
committer | Kohei Yoshida <libreoffice@kohei.us> | 2018-09-19 19:07:12 +0200 |
commit | 7dcb1592eb2783333437ff8ae4fef1f3dec10f70 (patch) | |
tree | 1f9f24ec44c48b0a105ff663042fa63b0770b858 /external | |
parent | 7bc99b2ab93f6a2ca30eff738ac1669375d1a6a2 (diff) |
Update orcus to 0.14.1.
Change-Id: I345d2655c1999ab319b92c6e8719c0eb9572000b
Reviewed-on: https://gerrit.libreoffice.org/60731
Tested-by: Jenkins
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'external')
-rw-r--r-- | external/liborcus/0001-Missing-header-for-std-tolower.patch | 24 | ||||
-rw-r--r-- | external/liborcus/UnpackedTarball_liborcus.mk | 1 |
2 files changed, 0 insertions, 25 deletions
diff --git a/external/liborcus/0001-Missing-header-for-std-tolower.patch b/external/liborcus/0001-Missing-header-for-std-tolower.patch deleted file mode 100644 index 2e00be92a872..000000000000 --- a/external/liborcus/0001-Missing-header-for-std-tolower.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 3a6bb93a382b4d5f1463ee3fdd54cab7048ff996 Mon Sep 17 00:00:00 2001 -From: Kohei Yoshida <kohei.yoshida@gmail.com> -Date: Fri, 31 Aug 2018 16:07:06 -0400 -Subject: [PATCH] Missing header for std::tolower. - ---- - src/parser/sax_token_parser.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/parser/sax_token_parser.cpp b/src/parser/sax_token_parser.cpp -index 9790b498..44ba5844 100644 ---- a/src/parser/sax_token_parser.cpp -+++ b/src/parser/sax_token_parser.cpp -@@ -9,6 +9,7 @@ - #include "orcus/tokens.hpp" - - #include <mdds/sorted_string_map.hpp> -+#include <cctype> - - namespace orcus { - --- -2.17.1 - diff --git a/external/liborcus/UnpackedTarball_liborcus.mk b/external/liborcus/UnpackedTarball_liborcus.mk index f637cc73db46..215bd4b8cc15 100644 --- a/external/liborcus/UnpackedTarball_liborcus.mk +++ b/external/liborcus/UnpackedTarball_liborcus.mk @@ -19,7 +19,6 @@ $(eval $(call gb_UnpackedTarball_add_patches,liborcus,\ external/liborcus/0001-workaround-a-linking-problem-on-windows.patch \ external/liborcus/rpath.patch.0 \ external/liborcus/gcc9.patch.0 \ - external/liborcus/0001-Missing-header-for-std-tolower.patch \ )) ifeq ($(OS),WNT) |