diff options
| author | Jack Nagel | 2011-08-29 23:53:28 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-09-02 17:23:49 -0500 |
| commit | c0b2528a705891af3f1be9bc33397a334c903655 (patch) | |
| tree | 52acc7ebcf5d238354ea1de7a956bfc89abc42cc /Library/Formula/gmp.rb | |
| parent | 77156370b9c1c2e63f77015f165a56431e85537d (diff) | |
| download | homebrew-c0b2528a705891af3f1be9bc33397a334c903655.tar.bz2 | |
gmp: build with ENV.universal_binary
This is required to build a universal nettle, which is a new library
that is in turn required for the new GnuTLS 3.x series.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/gmp.rb')
| -rw-r--r-- | Library/Formula/gmp.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/gmp.rb b/Library/Formula/gmp.rb index 1e093561d..fa8b04dc1 100644 --- a/Library/Formula/gmp.rb +++ b/Library/Formula/gmp.rb @@ -13,6 +13,7 @@ class Gmp < Formula end def install + ENV.universal_binary # build fat for nettle # Reports of problems using gcc 4.0 on Leopard # https://github.com/mxcl/homebrew/issues/issue/2302 # Also force use of 4.2 on 10.6 in case a user has changed the default |
