diff options
| author | Dimitri Krassovski | 2013-02-02 01:52:45 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-01 16:48:29 -0800 |
| commit | 450702678903dbbcbaf7a3ef2089bf2bbd59d8aa (patch) | |
| tree | 9b55a071f9d5e82a26e031a597e17ea83d52d9f0 /Library/Formula | |
| parent | 6933d380b453d3e51cfddb6835d8e78d5687cb6e (diff) | |
| download | homebrew-450702678903dbbcbaf7a3ef2089bf2bbd59d8aa.tar.bz2 | |
rust: add clang 4.2 support (XCode 4.6)
Closes #17516.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 |
