aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2012-09-03 16:44:12 -0500
committerJack Nagel2012-09-03 16:46:35 -0500
commitdce84dfce2a6d3e2511466607186fe3fbc195076 (patch)
tree265e49d105faa80e4df915bd5d96039730936976
parent928ff1e77952e32667be46305238bac9aa2cb313 (diff)
downloadhomebrew-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>
-rw-r--r--Library/Formula/gnutls.rb2
-rw-r--r--Library/Formula/libgcrypt.rb2
-rw-r--r--Library/Formula/libgpg-error.rb2
3 files changed, 3 insertions, 3 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",
diff --git a/Library/Formula/libgcrypt.rb b/Library/Formula/libgcrypt.rb
index 954efcc8b..6bb9ca73d 100644
--- a/Library/Formula/libgcrypt.rb
+++ b/Library/Formula/libgcrypt.rb
@@ -21,7 +21,7 @@ class Libgcrypt < Formula
end
def install
- ENV.universal_binary # build fat so wine can use it
+ ENV.universal_binary
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
diff --git a/Library/Formula/libgpg-error.rb b/Library/Formula/libgpg-error.rb
index f45c445da..a3bc7c25c 100644
--- a/Library/Formula/libgpg-error.rb
+++ b/Library/Formula/libgpg-error.rb
@@ -6,7 +6,7 @@ class LibgpgError < Formula
sha1 '95b324359627fbcb762487ab6091afbe59823b29'
def install
- ENV.universal_binary # build fat so wine can use it
+ ENV.universal_binary
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"