tome2: Revbump to rebuild against Boost 1.81.0

This commit is contained in:
Tee KOBAYASHI 2023-01-12 06:53:32 +09:00 committed by xtkoba
parent 6636373959
commit e9d03dbf1c
2 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,7 @@ TERMUX_PKG_LICENSE="non-free"
TERMUX_PKG_MAINTAINER="@termux"
_COMMIT=1e26568b084104edd2a696e86118a3e71c78d61e
TERMUX_PKG_VERSION=2022.12.27
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=git+https://github.com/tome2/tome2
TERMUX_PKG_GIT_BRANCH=master
TERMUX_PKG_DEPENDS="boost, libc++, libx11, ncurses"

View File

@ -0,0 +1,11 @@
--- a/src/squelch/condition.cc
+++ b/src/squelch/condition.cc
@@ -3,6 +3,8 @@
#include <boost/algorithm/string/predicate.hpp>
+#include <map>
+
#include "jsoncons_helpers.hpp"
#include "tome/squelch/cursor.hpp"
#include "tome/squelch/tree_printer.hpp"