iperf3: yosemite fix

Merges in the upstream patch to restore stable build success to
Yosemite.

Closes Homebrew/homebrew#33667.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Dominyk Tiller 2014-10-28 02:41:50 +00:00 committed by Jack Nagel
parent 4b20d2085b
commit 9b5e8c4990

View file

@ -7,8 +7,11 @@ class Iperf3 < Formula
url "https://github.com/esnet/iperf/archive/3.0.9.tar.gz" url "https://github.com/esnet/iperf/archive/3.0.9.tar.gz"
sha256 "985d87e2bc3f302dd5e864022f61b053cdeafd2e6a325711a317ed6aa1b68771" sha256 "985d87e2bc3f302dd5e864022f61b053cdeafd2e6a325711a317ed6aa1b68771"
# Remove this with next stable release please! Fixed in HEAD. # Fix Compile errors for Yosemite - https://github.com/esnet/iperf/issues/213
depends_on MaximumMacOSRequirement => :mavericks patch do
url "https://github.com/esnet/iperf/commit/cc4a7fa75d94.diff"
sha1 "6792c1a0cfddb2249d4ae2a3e202cd652b70b729"
end
end end
head do head do