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/libgpg-error.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/libgpg-error.rb')
| -rw-r--r-- | Library/Formula/libgpg-error.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libgpg-error.rb b/Library/Formula/libgpg-error.rb index f45c445da..a3bc7c25c 100644 --- a/Library/Formula/libgpg-error.rb +++ b/Library/Formula/libgpg-error.rb @@ -6,7 +6,7 @@ class LibgpgError < Formula    sha1 '95b324359627fbcb762487ab6091afbe59823b29'    def install -    ENV.universal_binary  # build fat so wine can use it +    ENV.universal_binary      system "./configure", "--disable-dependency-tracking",                            "--prefix=#{prefix}"      system "make install"  | 
