diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rust.rb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb index b1a3c1a1a..c1d96e543 100644 --- a/Library/Formula/rust.rb +++ b/Library/Formula/rust.rb @@ -11,9 +11,12 @@ class Rust < Formula end # Fix repl showstopper bug; can be removed for 0.6. + # and add clang 4.2 support for new XCode def patches - [ "https://github.com/gifnksm/rust/commit/9bf87bbf66227c132283ae59720f919601de9a56.patch", - "https://github.com/gifnksm/rust/commit/3ee1d3ebb81de199fc630a86933ac18c0a869482.patch" ] + [ "https://github.com/mozilla/rust/commit/9bf87bbf66227c132283ae59720f919601de9a56.patch", + "https://github.com/mozilla/rust/commit/37f97ff5041839aa42892115de954489f9eab5bc.patch", + "https://github.com/labria/rust/commit/b4133cc1236197d0a3ce6f8664827f89277315fe.patch", + "https://github.com/mozilla/rust/commit/3ee1d3ebb81de199fc630a86933ac18c0a869482.patch" ] end def install |
