aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-09-02 14:22:22 +0100
committerMike McQuaid2014-09-02 15:11:34 +0100
commitd02d0791f4f69a7a1f4559b1553b9203286bcbec (patch)
treea4c579b7b07b053163aedc10daac19c480cde829 /Library
parentbfdfe239193fd30ed8e5a814aba3741b29b6964c (diff)
downloadhomebrew-d02d0791f4f69a7a1f4559b1553b9203286bcbec.tar.bz2
gcc: add 10.10 patch.
Use Bugzilla attachment rather than inlining. Closes #31466.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gcc.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gcc.rb b/Library/Formula/gcc.rb
index d2568d0ac..d43ebb0b4 100644
--- a/Library/Formula/gcc.rb
+++ b/Library/Formula/gcc.rb
@@ -68,6 +68,12 @@ class Gcc < Formula
version.to_s.slice(/\d\.\d/)
end
+ # Fix 10.10 issues: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61407
+ patch do
+ url "https://gcc.gnu.org/bugzilla/attachment.cgi?id=33180"
+ sha1 "def0cb036a255175db86f106e2bb9dd66d19b702"
+ end
+
def install
# GCC will suffer build errors if forced to use a particular linker.
ENV.delete "LD"