diff options
| author | Jack Nagel | 2012-09-03 16:44:12 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-09-03 16:46:35 -0500 |
| commit | dce84dfce2a6d3e2511466607186fe3fbc195076 (patch) | |
| tree | 265e49d105faa80e4df915bd5d96039730936976 /Library/Formula/libgcrypt.rb | |
| parent | 928ff1e77952e32667be46305238bac9aa2cb313 (diff) | |
| download | homebrew-dce84dfce2a6d3e2511466607186fe3fbc195076.tar.bz2 | |
Remove outdated comments in old wine deps
Wine no longer uses these, so the comments are outdated. Continue to
build universal by default, though, to support legacy installs.
Eventually they can grow universal options or just build native-only
after a sufficient period of time.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/libgcrypt.rb')
| -rw-r--r-- | Library/Formula/libgcrypt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libgcrypt.rb b/Library/Formula/libgcrypt.rb index 954efcc8b..6bb9ca73d 100644 --- a/Library/Formula/libgcrypt.rb +++ b/Library/Formula/libgcrypt.rb @@ -21,7 +21,7 @@ class Libgcrypt < Formula end def install - ENV.universal_binary # build fat so wine can use it + ENV.universal_binary system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", |
