From d18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 15 Jun 2021 14:57:03 +0100 Subject: gentoo resync : 15.06.2021 --- .../files/ledger-3.2.1-fix-build-boost-1-76.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 app-office/ledger/files/ledger-3.2.1-fix-build-boost-1-76.patch (limited to 'app-office/ledger/files') diff --git a/app-office/ledger/files/ledger-3.2.1-fix-build-boost-1-76.patch b/app-office/ledger/files/ledger-3.2.1-fix-build-boost-1-76.patch new file mode 100644 index 000000000000..eff3e335f42e --- /dev/null +++ b/app-office/ledger/files/ledger-3.2.1-fix-build-boost-1-76.patch @@ -0,0 +1,29 @@ +https://bugs.gentoo.org/790176 +https://github.com/ledger/ledger/issues/2030 + +From fa37f595b3c44dc7ac86b29d105ae6417c3e0080 Mon Sep 17 00:00:00 2001 +From: Sam James +Date: Mon, 14 Jun 2021 12:37:58 +0000 +Subject: [PATCH] Fix compilation with Boost 1.76 +--- a/src/expr.cc ++++ b/src/expr.cc +@@ -35,6 +35,8 @@ + #include "parser.h" + #include "scope.h" + ++#include ++ + namespace ledger { + + expr_t::expr_t() : base_type() +--- a/src/format.h ++++ b/src/format.h +@@ -45,6 +45,8 @@ + #include "expr.h" + #include "unistring.h" + ++#include ++ + namespace ledger { + + class unistring; -- cgit v1.2.3