aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libgpg-error.rb
diff options
context:
space:
mode:
authorJack Nagel2012-02-20 17:26:08 -0600
committerJack Nagel2012-02-20 17:26:08 -0600
commitf7d241a24f1069f51b0c4df3a6320a4ad9d6b13b (patch)
tree3249561dba4e4c65e884913c67914b4a37d80f48 /Library/Formula/libgpg-error.rb
parentf54e0a723eaf7e52691d73418dd1cd0fccbff19e (diff)
downloadhomebrew-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.rb3
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}"