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/gnutls.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/gnutls.rb')
| -rw-r--r-- | Library/Formula/gnutls.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb index 3df40144d..73486744d 100644 --- a/Library/Formula/gnutls.rb +++ b/Library/Formula/gnutls.rb @@ -17,7 +17,7 @@ class Gnutls < Formula end def install - ENV.universal_binary # build fat so wine can use it + ENV.universal_binary ENV.append 'LDFLAGS', '-ltasn1' # find external libtasn1 system "./configure", "--disable-debug", |
