diff options
Diffstat (limited to 'Library/Formula')
| -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 |
