From b3cabcfe2531bfd0327063036345ef399760d113 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Sat, 13 Apr 2013 01:08:03 -0500 Subject: ld64: fails_with :gcc_4_0 Fixes #20. --- Library/Formula/ld64.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ld64.rb b/Library/Formula/ld64.rb index 0808df0da..94a636ee0 100644 --- a/Library/Formula/ld64.rb +++ b/Library/Formula/ld64.rb @@ -19,7 +19,9 @@ class Ld64 < Formula keg_only :provided_by_osx, "ld64 is an updated version of the ld shipped by Apple." - # NOTE: fails with gcc-4.0; add fails_with :gcc_4_0 when supported + fails_with(:gcc_4_0) do + build 5370 + end def patches { -- cgit v1.2.3