From 2c8336cf6506f7815ae4ccb0a44b63a22849041b Mon Sep 17 00:00:00 2001 From: Tim D. Smith Date: Sun, 21 Dec 2014 15:59:54 -0500 Subject: luabind: boost 1.57 compatibility --- Library/Formula/luabind.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/luabind.rb b/Library/Formula/luabind.rb index d7b959b8c..00392dab3 100644 --- a/Library/Formula/luabind.rb +++ b/Library/Formula/luabind.rb @@ -10,6 +10,14 @@ class Luabind < Formula depends_on 'boost' depends_on 'boost-build' => :build + # boost 1.57 compatibility + # https://github.com/Homebrew/homebrew/pull/33890#issuecomment-67723688 + # https://github.com/luabind/luabind/issues/27 + patch do + url "https://gist.githubusercontent.com/tdsmith/e6d9d3559ec1d9284c0b/raw/4ac01936561ef9d7541cf8e78a230bebef1a8e10/luabind.diff" + sha1 "1f68317f840fb4e72fddbd94e0b2f57efc3df9e4" + end + # patch Jamroot to perform lookup for shared objects with .dylib suffix patch do url "https://gist.githubusercontent.com/DennisOSRM/3728987/raw/052251fcdc23602770f6c543be9b3e12f0cac50a/Jamroot.diff" -- cgit v1.2.3