summaryrefslogtreecommitdiff
path: root/app-office/ledger/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-18 17:55:42 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-18 17:55:42 +0100
commitb481b54b8432c46df354eedc3532b0420a38fd5a (patch)
tree02cc62a183cabccf4aa944e0d15b047b383abf16 /app-office/ledger/files
parent7288c6e5fa05acddbf692a5187d925ef85662b46 (diff)
gentoo auto-resync : 18:04:2023 - 17:55:41
Diffstat (limited to 'app-office/ledger/files')
-rw-r--r--app-office/ledger/files/ledger-3.2.1-fix-build-boost-1-76.patch29
1 files changed, 0 insertions, 29 deletions
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
deleted file mode 100644
index eff3e335f42e..000000000000
--- a/app-office/ledger/files/ledger-3.2.1-fix-build-boost-1-76.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-https://bugs.gentoo.org/790176
-https://github.com/ledger/ledger/issues/2030
-
-From fa37f595b3c44dc7ac86b29d105ae6417c3e0080 Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-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 <boost/smart_ptr/scoped_ptr.hpp>
-+
- 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 <boost/smart_ptr/scoped_ptr.hpp>
-+
- namespace ledger {
-
- class unistring;