From a790c2e335f710ed94d07e8c5d03a4e570879ace Mon Sep 17 00:00:00 2001 From: andrew morton Date: Sun, 24 Mar 2013 22:56:14 -0700 Subject: exiv2 - add universal build option Closes #18713. Signed-off-by: Adam Vandenberg --- Library/Formula/exiv2.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library') diff --git a/Library/Formula/exiv2.rb b/Library/Formula/exiv2.rb index 6c4c23015..d5375f9e1 100644 --- a/Library/Formula/exiv2.rb +++ b/Library/Formula/exiv2.rb @@ -5,7 +5,10 @@ class Exiv2 < Formula url 'http://www.exiv2.org/exiv2-0.23.tar.gz' sha1 '5f342bf642477526f41add11d6ee7787cdcd639f' + option :universal + def install + ENV.universal_binary if build.universal? system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" system "make install" end -- cgit v1.2.3