aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTim D. Smith2014-12-21 15:59:54 -0500
committerTim D. Smith2014-12-22 21:03:18 -0500
commit2c8336cf6506f7815ae4ccb0a44b63a22849041b (patch)
tree359f987f95d6aeebbca9e32cd2591f03c906c258 /Library/Formula
parentf0b451b2962df96c6160f8d677e0899e0e0a1836 (diff)
downloadhomebrew-2c8336cf6506f7815ae4ccb0a44b63a22849041b.tar.bz2
luabind: boost 1.57 compatibility
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/luabind.rb8
1 files changed, 8 insertions, 0 deletions
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"