aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2014-09-30 20:10:11 +0100
committerJack Nagel2014-10-10 17:34:04 -0500
commit95127d482e129197b054cc7c8c5317beb0dc67b2 (patch)
treef090d626c5c59c96bfa52becc62198742aaa40fe /Library
parent988601624568a951d86bd00cf441d18681b4b500 (diff)
downloadhomebrew-95127d482e129197b054cc7c8c5317beb0dc67b2.tar.bz2
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 <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gcc.rb8
1 files changed, 4 insertions, 4 deletions
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