diff options
| author | Adam Vandenberg | 2012-02-13 19:52:58 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-13 21:53:05 -0800 |
| commit | 16213e2be8984eabb38e2ed45fae8269daf38a0e (patch) | |
| tree | 717cdb6debea3c48ce10b612dcf4fce9ccaaaa3b /Library/Formula/gnutls.rb | |
| parent | 3089bc78a16b003c4756a0b177e734872ce1b43d (diff) | |
| download | homebrew-16213e2be8984eabb38e2ed45fae8269daf38a0e.tar.bz2 | |
gnutls: remove stray tab
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 ba0c42158..59a968d95 100644 --- a/Library/Formula/gnutls.rb +++ b/Library/Formula/gnutls.rb @@ -13,7 +13,7 @@ class Gnutls < Formula fails_with_llvm "Undefined symbols when linking", :build => "2326" def install - ENV.universal_binary # build fat so wine can use it + ENV.universal_binary # build fat so wine can use it ENV.append 'LDFLAGS', '-ltasn1' # find external libtasn1 system "./configure", "--disable-debug", |
