diff options
| author | Dennis Luxen | 2013-10-10 15:22:49 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2013-11-12 15:55:06 +0000 |
| commit | f5a33f4a926a32964007dd8aeb6b69ec6faa4ad1 (patch) | |
| tree | 21be80b7c611a68dd63f0ea42ae16f055e0561e8 /Library/Formula | |
| parent | 5c8396b145ed4022668bc917173b53d4c70ec669 (diff) | |
| download | homebrew-f5a33f4a926a32964007dd8aeb6b69ec6faa4ad1.tar.bz2 | |
luabind: fix compilation on 10.9.
Closes #23175.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/luabind.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/luabind.rb b/Library/Formula/luabind.rb index aa97df51a..d46521a93 100644 --- a/Library/Formula/luabind.rb +++ b/Library/Formula/luabind.rb @@ -14,7 +14,9 @@ class Luabind < Formula # patch Jamroot to perform lookup for shared objects with .dylib suffix "https://gist.github.com/DennisOSRM/3728987/raw/052251fcdc23602770f6c543be9b3e12f0cac50a/Jamroot.diff", # apply upstream commit to enable building with clang - "https://github.com/luabind/luabind/commit/3044a9053ac50977684a75c4af42b2bddb853fad.diff" + "https://github.com/luabind/luabind/commit/3044a9053ac50977684a75c4af42b2bddb853fad.diff", + # include C header that is not pulled in automatically on OS X 10.9 anymore + "https://gist.github.com/DennisOSRM/a246514bf7d01631dda8/raw/0e83503dbf862ebfb6ac063338a6d7bca793f94d/object_rep.diff" ] end |
