diff options
| author | Adam Vandenberg | 2012-03-11 13:36:37 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-11 13:36:37 -0700 |
| commit | 8f1b8bd2aa5ef0ce0e5dbb362f597c121a1f9ae9 (patch) | |
| tree | e0980c7c5be03473f5c9727e53c248aab9ac7808 /Library/Formula/libgcrypt.rb | |
| parent | a623697965c7a0b6540836a9906122384c3118e7 (diff) | |
| download | homebrew-8f1b8bd2aa5ef0ce0e5dbb362f597c121a1f9ae9.tar.bz2 | |
libgcrypt: remove tab from middle of line
Diffstat (limited to 'Library/Formula/libgcrypt.rb')
| -rw-r--r-- | Library/Formula/libgcrypt.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/libgcrypt.rb b/Library/Formula/libgcrypt.rb index 58e36652b..bf5c50a95 100644 --- a/Library/Formula/libgcrypt.rb +++ b/Library/Formula/libgcrypt.rb @@ -9,12 +9,13 @@ class Libgcrypt < Formula def patches if ENV.compiler == :clang - { :p0 => "https://trac.macports.org/export/85232/trunk/dports/devel/libgcrypt/files/clang-asm.patch" } + {:p0 => + "https://trac.macports.org/export/85232/trunk/dports/devel/libgcrypt/files/clang-asm.patch"} end end def install - ENV.universal_binary # build fat so wine can use it + ENV.universal_binary # build fat so wine can use it if ENV.compiler == :clang ENV.append 'CFLAGS', '-std=gnu89' @@ -25,7 +26,7 @@ class Libgcrypt < Formula "--prefix=#{prefix}", "--disable-asm", "--with-gpg-error-prefix=#{HOMEBREW_PREFIX}" - # Separate steps, or parallel builds fail + # Parallel builds work, but only when run as separate steps system "make" system "make check" system "make install" |
