From a1ade140c7ff079ecba30bff968fa52c7d6f1aae Mon Sep 17 00:00:00 2001 From: Carsten Bormann Date: Mon, 3 Feb 2014 00:58:28 +0100 Subject: erlang: ODBC patch no longer needed for HEAD Closes #26361. Signed-off-by: Brett Koonce --- Library/Formula/erlang.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3