diff options
| author | Jack Nagel | 2011-09-06 16:21:48 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-09-06 16:23:34 -0500 |
| commit | 44e3501eff80f638460819930f31b9360f5fe3f3 (patch) | |
| tree | d6057673ebecfdff96453b53909f200281a649f2 /Library | |
| parent | 8ba7bf8a53dd750943552458daf824e8c424db23 (diff) | |
| download | homebrew-44e3501eff80f638460819930f31b9360f5fe3f3.tar.bz2 | |
Revert "gmp: build with ENV.universal_binary"
This broke the build for a lot of people, and since nothing of import
explicitly requires a universal build, I think it's best to just revert
it for now.
Though I would really like to get GMP building universal eventually, so
patches welcome.
This reverts commit c0b2528a705891af3f1be9bc33397a334c903655.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gmp.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/gmp.rb b/Library/Formula/gmp.rb index fa8b04dc1..1e093561d 100644 --- a/Library/Formula/gmp.rb +++ b/Library/Formula/gmp.rb @@ -13,7 +13,6 @@ 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 |
