diff options
| author | Jack Nagel | 2014-08-20 18:55:26 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-20 18:55:39 -0500 |
| commit | b579c5de34401d21de63c61bc599203f1921784b (patch) | |
| tree | db0a82cdbfa6f877eda21a649362e86cfd899b65 /Library | |
| parent | 9c9664eb553d06f8ae000a2411e02a221fc277ee (diff) | |
| download | homebrew-b579c5de34401d21de63c61bc599203f1921784b.tar.bz2 | |
wine: enable superenv
This reverts commit ce6b627f9ca31e5edcd9fa3dc251ba05ff82bb1c.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/wine.rb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb index 873e5a3f5..931dd84ea 100644 --- a/Library/Formula/wine.rb +++ b/Library/Formula/wine.rb @@ -42,8 +42,6 @@ class Wine < Formula depends_on "samba" => :optional end - env :std - # note that all wine dependencies should declare a --universal option in their formula, # otherwise homebrew will not notice that they are not built universal def require_universal_deps? @@ -105,11 +103,7 @@ class Wine < Formula end def install - # Build 32-bit; Wine doesn't support 64-bit host builds on OS X. - build32 = "-arch i386 -m32" - - ENV.append "CFLAGS", build32 - ENV.append "LDFLAGS", build32 + ENV.m32 # Build 32-bit; Wine doesn't support 64-bit host builds on OS X. # Help configure find libxml2 in an XCode only (no CLT) installation. ENV.libxml2 |
