diff options
| author | Carsten Bormann | 2014-02-03 00:58:28 +0100 |
|---|---|---|
| committer | Brett Koonce | 2014-02-03 18:18:38 -0600 |
| commit | a1ade140c7ff079ecba30bff968fa52c7d6f1aae (patch) | |
| tree | 23c8ea7b2f38489a221c9e846c386a8d95c6932a /Library/Formula/erlang.rb | |
| parent | 17487b42d6c5bfd7f5c763602af729c6186941f1 (diff) | |
| download | homebrew-a1ade140c7ff079ecba30bff968fa52c7d6f1aae.tar.bz2 | |
erlang: ODBC patch no longer needed for HEAD
Closes #26361.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula/erlang.rb')
| -rw-r--r-- | Library/Formula/erlang.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index d04b7c91d..da7a340b3 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -41,9 +41,9 @@ class Erlang < Formula fails_with :llvm def patches - # Fixes problem with ODBC on Mavericks. Reported upstream: + # Fixes problem with ODBC on Mavericks. Fixed upstream/HEAD: # https://github.com/erlang/otp/pull/142 - DATA if MacOS.version >= :mavericks + DATA if MacOS.version >= :mavericks && !build.head? end def install |
