aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDominyk Tiller2014-10-28 02:41:50 +0000
committerJack Nagel2014-10-27 23:36:19 -0500
commit396720d66f02ef37f3d0ed75fe754b75accd2983 (patch)
treeddce5504e9918889063777c03300439de84e44f3 /Library/Formula
parent5ec5f36b18a66c230f6089a2e66946e6028c76bc (diff)
downloadhomebrew-396720d66f02ef37f3d0ed75fe754b75accd2983.tar.bz2
iperf3: yosemite fix
Merges in the upstream patch to restore stable build success to Yosemite. Closes #33667. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/iperf3.rb7
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Formula/iperf3.rb b/Library/Formula/iperf3.rb
index 918be0017..cebb64d75 100644
--- a/Library/Formula/iperf3.rb
+++ b/Library/Formula/iperf3.rb
@@ -7,8 +7,11 @@ class Iperf3 < Formula
url "https://github.com/esnet/iperf/archive/3.0.9.tar.gz"
sha256 "985d87e2bc3f302dd5e864022f61b053cdeafd2e6a325711a317ed6aa1b68771"
- # Remove this with next stable release please! Fixed in HEAD.
- depends_on MaximumMacOSRequirement => :mavericks
+ # Fix Compile errors for Yosemite - https://github.com/esnet/iperf/issues/213
+ patch do
+ url "https://github.com/esnet/iperf/commit/cc4a7fa75d94.diff"
+ sha1 "6792c1a0cfddb2249d4ae2a3e202cd652b70b729"
+ end
end
head do