From 8bb9308939311e87c70efabdcbd8682f1e7275db Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 8 Oct 2013 10:03:30 +0100 Subject: gmp: disable assembly when building bottles. --- Library/Formula/gmp.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/gmp.rb b/Library/Formula/gmp.rb index 19e1994aa..fb92a0c56 100644 --- a/Library/Formula/gmp.rb +++ b/Library/Formula/gmp.rb @@ -16,6 +16,8 @@ class Gmp < Formula ENV.append 'ABI', '32' # https://github.com/mxcl/homebrew/issues/20693 args << "--disable-assembly" + elsif build.bottle? + args << "--disable-assembly" end system "./configure", *args -- cgit v1.2.3