aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTim D. Smith2014-09-21 08:37:11 -0700
committerTim D. Smith2014-09-21 13:48:57 -0700
commit840d336d3eac422597a305dbf5701729854699a4 (patch)
treeca14a6c6c514d140d6913b36559a8db17eaa5a74 /Library
parent399de3b048050f5d04a046d7ecb5a0be26cf5fe7 (diff)
downloadhomebrew-840d336d3eac422597a305dbf5701729854699a4.tar.bz2
ledger: boost 1.56 compatibility
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ledger.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ledger.rb b/Library/Formula/ledger.rb
index 6fb02cc87..8245d73f6 100644
--- a/Library/Formula/ledger.rb
+++ b/Library/Formula/ledger.rb
@@ -7,6 +7,13 @@ class Ledger < Formula
url "https://github.com/ledger/ledger/archive/v3.0.3.tar.gz"
sha1 "b65c2dc78f366fc3c2db9e2b7900b727b91f4656"
+ # boost 1.56 compatibility
+ # https://groups.google.com/forum/#!topic/ledger-cli/9HwEJcD0My4
+ patch do
+ url "https://github.com/ledger/ledger/commit/d5592ea1e325131d4a7abf5e98f67fcb5cf22287.diff"
+ sha1 "1225b4586f74ef71df8a575b1a868dd2a46a4cf7"
+ end
+
resource "utfcpp" do
url "http://downloads.sourceforge.net/project/utfcpp/utf8cpp_2x/Release%202.3.4/utf8_v2_3_4.zip"
sha1 "638910adb69e4336f5a69c338abeeea88e9211ca"