aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ledger/fix-build-with-new-boost.patch
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-03-14 14:20:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-03-15 10:43:47 +0000
commitbdf5aadef9b7346dc2ff702b353f4119587a2b10 (patch)
treec55f6249bd2b8f79702a9f4569af0e7082078cdd /testing/ledger/fix-build-with-new-boost.patch
parented691851212ec2901511ae206a0c310a726472a4 (diff)
downloadaports-bdf5aadef9b7346dc2ff702b353f4119587a2b10.tar.bz2
aports-bdf5aadef9b7346dc2ff702b353f4119587a2b10.tar.xz
testing/ledger: new aport (Bug #8363)
Tests are disabled for now because some of them are failing. Some of the failures in the archs that I tried to build: * ppc64le: 99% tests passed, 2 tests failed out of 344 The following tests FAILED: 142 - BaselineTest_opt-lots (Failed) 227 - RegressTest_1057 (Failed) * x86_64: 99% tests passed, 4 tests failed out of 344 The following tests FAILED: 27 - BaselineTest_cmd-org (Failed) 29 - BaselineTest_cmd-pricedb (Failed) 31 - BaselineTest_cmd-prices (Failed) 283 - RegressTest_786A3DD0 (Failed)
Diffstat (limited to 'testing/ledger/fix-build-with-new-boost.patch')
-rw-r--r--testing/ledger/fix-build-with-new-boost.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/ledger/fix-build-with-new-boost.patch b/testing/ledger/fix-build-with-new-boost.patch
new file mode 100644
index 0000000000..fddef9199f
--- /dev/null
+++ b/testing/ledger/fix-build-with-new-boost.patch
@@ -0,0 +1,26 @@
+From a4436f782c4a6b7f919b74110939113af60fa5e7 Mon Sep 17 00:00:00 2001
+From: Alexis Hildebrandt <afh@surryhill.net>
+Date: Mon, 26 Sep 2016 18:19:52 +0200
+Subject: [PATCH] Merge pull request #465 from dkasak/patch-1
+
+Fix compilation error with boost 1.61
+---
+ src/item.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/item.h b/src/item.h
+index ca16d87b..4dc6df7e 100644
+--- a/src/item.h
++++ b/src/item.h
+@@ -92,7 +92,7 @@ public:
+
+ typedef std::pair<optional<value_t>, bool> tag_data_t;
+ typedef std::map<string, tag_data_t,
+- function<bool(string, string)> > string_map;
++ std::function<bool(string, string)> > string_map;
+
+ state_t _state;
+ optional<date_t> _date;
+--
+2.16.2
+