luabind: update patch URL
Closes Homebrew/homebrew#22709. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
b72e313d4f
commit
d4ebc5f9d9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class Luabind < Formula
|
||||||
def patches
|
def patches
|
||||||
[
|
[
|
||||||
# patch Jamroot to perform lookup for shared objects with .dylib suffix
|
# patch Jamroot to perform lookup for shared objects with .dylib suffix
|
||||||
"https://raw.github.com/gist/3728987/052251fcdc23602770f6c543be9b3e12f0cac50a/Jamroot.diff",
|
"https://gist.github.com/DennisOSRM/3728987/raw/052251fcdc23602770f6c543be9b3e12f0cac50a/Jamroot.diff",
|
||||||
# apply upstream commit to enable building with clang
|
# apply upstream commit to enable building with clang
|
||||||
"https://github.com/luabind/luabind/commit/3044a9053ac50977684a75c4af42b2bddb853fad.diff"
|
"https://github.com/luabind/luabind/commit/3044a9053ac50977684a75c4af42b2bddb853fad.diff"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue