From ece03595f324d67da4b8f001da2ef122e2be71ef Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Wed, 29 Jan 2014 16:47:59 -0200 Subject: git: do not apply patches on head Closes #26259. Signed-off-by: Jack Nagel --- Library/Formula/git.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 3276a8f77..177a29404 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -35,7 +35,7 @@ class Git < Formula end def patches - if MacOS.version >= :mavericks + if MacOS.version >= :mavericks and not build.head? # Allow using PERLLIB_EXTRA to find Subversion Perl bindings location # in the CLT/Xcode. Should be included in Git 1.8.6. # https://git.kernel.org/cgit/git/git.git/commit/?h=next&id=07981d -- cgit v1.2.3