aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-06 07:33:41 -0700
committerAdam Vandenberg2013-08-06 07:33:41 -0700
commit0e5a76a40d2d2f18bf8425623ef6b067084d62d2 (patch)
treef6b09bb9144cd8f8b9e1460f0601aa617b8c8611
parent0d39dc5c0dae579450c36ad486ee1d8928fbef60 (diff)
downloadhomebrew-0e5a76a40d2d2f18bf8425623ef6b067084d62d2.tar.bz2
popt: add --universal
Closes #21697.
-rw-r--r--Library/Formula/popt.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/popt.rb b/Library/Formula/popt.rb
index 8e9ba1440..16ec31dbe 100644
--- a/Library/Formula/popt.rb
+++ b/Library/Formula/popt.rb
@@ -5,7 +5,10 @@ class Popt < Formula
url 'http://rpm5.org/files/popt/popt-1.16.tar.gz'
sha1 'cfe94a15a2404db85858a81ff8de27c8ff3e235e'
+ option :universal
+
def install
+ ENV.universal_binary if build.universal?
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"