From e2a14048c19d1cd6f7b092d8bbab65a309e21e93 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 26 Jan 2013 11:57:12 -0600 Subject: jbigkit: make universal optional Signed-off-by: Jack Nagel --- Library/Formula/jbigkit.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/jbigkit.rb b/Library/Formula/jbigkit.rb index 48b3144e6..5c323a8cf 100644 --- a/Library/Formula/jbigkit.rb +++ b/Library/Formula/jbigkit.rb @@ -5,12 +5,13 @@ class Jbigkit < Formula url 'http://www.cl.cam.ac.uk/~mgk25/download/jbigkit-2.0.tar.gz' sha1 'cfb7d3121f02a74bfb229217858a0d149b6589ef' + option :universal option 'with-check', "Verify the library during install" def install # Set for a universal build and patch the Makefile. # There's no configure. It creates a static lib. - ENV.universal_binary + ENV.universal_binary if build.universal? system "make", "CC=#{ENV.cc}", "CCFLAGS=#{ENV.cflags}" # It needs j1 to make the tests happen in sequence. -- cgit v1.2.3