aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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"