From 0e5a76a40d2d2f18bf8425623ef6b067084d62d2 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 6 Aug 2013 07:33:41 -0700 Subject: popt: add --universal Closes #21697. --- Library/Formula/popt.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') 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" -- cgit v1.2.3