aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/exiv2.rb3
1 files changed, 3 insertions, 0 deletions
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