aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTim D. Smith2014-11-16 13:04:35 -0800
committerTim D. Smith2014-11-16 13:24:25 -0800
commit4ce1ea82b3e1de8b7cbe716833f118f4a05011f9 (patch)
tree418d03e620d6a0d06185bb10ba886250eb7c303c /Library/Formula
parent16770977282661b8eb3759c0dd3634fd3a70a294 (diff)
downloadhomebrew-4ce1ea82b3e1de8b7cbe716833f118f4a05011f9.tar.bz2
duplicity: refurbish args
Closes #34211.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/duplicity.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/duplicity.rb b/Library/Formula/duplicity.rb
index 801dd5425..642bbad79 100644
--- a/Library/Formula/duplicity.rb
+++ b/Library/Formula/duplicity.rb
@@ -53,6 +53,9 @@ class Duplicity < Formula
r.stage { Language::Python.setup_install "python", libexec/"vendor" }
end
+ # Prevent clang from dying because of -fno-fused-madd on Mountain Lion
+ ENV.refurbish_args
+
Language::Python.setup_install "python", libexec
bin.install Dir[libexec/"bin/*"]