From 3a56cf2b4b1b7f7e2bebc61585346c9d66443a34 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Tue, 30 Sep 2014 20:10:11 +0100 Subject: [PATCH] Gcc: Upstream Patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The accepted upstream patch is mildly different to the one we currently ship for Yosemite, most notably because the upstream patch doesn’t touch libsanitizer. Closes Homebrew/homebrew#32822. Signed-off-by: Jack Nagel --- Formula/gcc.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/gcc.rb b/Formula/gcc.rb index 7659b43041..f1d303fd02 100644 --- a/Formula/gcc.rb +++ b/Formula/gcc.rb @@ -68,10 +68,10 @@ 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" + # Fix 10.10 issues: https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=215251 + patch :p1 do + url "https://raw.githubusercontent.com/DomT4/scripts/6c0e48921/Homebrew_Resources/Gcc/gcc1010.diff" + sha1 "083ec884399218584aec76ab8f2a0db97c12a3ba" end def install