diff options
| author | Jack Nagel | 2012-02-20 17:26:08 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2012-02-20 17:26:08 -0600 | 
| commit | f7d241a24f1069f51b0c4df3a6320a4ad9d6b13b (patch) | |
| tree | 3249561dba4e4c65e884913c67914b4a37d80f48 /Library/Formula/libgpg-error.rb | |
| parent | f54e0a723eaf7e52691d73418dd1cd0fccbff19e (diff) | |
| download | homebrew-f7d241a24f1069f51b0c4df3a6320a4ad9d6b13b.tar.bz2 | |
libgpg-error: builds in parallel
This has had ENV.j1 since the beginning, but it seems to build fine
these days. If it still fails for someone it needs a comment with
justification.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/libgpg-error.rb')
| -rw-r--r-- | Library/Formula/libgpg-error.rb | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/libgpg-error.rb b/Library/Formula/libgpg-error.rb index e515e275e..f45c445da 100644 --- a/Library/Formula/libgpg-error.rb +++ b/Library/Formula/libgpg-error.rb @@ -1,12 +1,11 @@  require 'formula'  class LibgpgError < Formula -  url 'ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.10.tar.bz2'    homepage 'http://www.gnupg.org/' +  url 'ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.10.tar.bz2'    sha1 '95b324359627fbcb762487ab6091afbe59823b29'    def install -    ENV.j1      ENV.universal_binary  # build fat so wine can use it      system "./configure", "--disable-dependency-tracking",                            "--prefix=#{prefix}"  | 
