From 95127d482e129197b054cc7c8c5317beb0dc67b2 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Tue, 30 Sep 2014 20:10:11 +0100 Subject: Gcc: Upstream Patch 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 #32822. Signed-off-by: Jack Nagel --- Library/Formula/gcc.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/gcc.rb b/Library/Formula/gcc.rb index 7659b4304..f1d303fd0 100644 --- a/Library/Formula/gcc.rb +++ b/Library/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 -- cgit v1.2.3