Skip to content

Commit

Permalink
Added --universal option to jasper recipe.
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
sjpfenninger authored and adamv committed May 20, 2011
1 parent 9c8e582 commit bf8038b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Library/Formula/jasper.rb
Expand Up @@ -7,13 +7,18 @@ class Jasper < Formula

depends_on 'jpeg'

def options
[["--universal", "Build a universal binary."]]
end

def patches
DATA
end

fails_with_llvm "Undefined symbols when linking", :build => "2326"

def install
ENV.universal_binary if ARGV.build_universal?
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--enable-shared",
Expand Down

0 comments on commit bf8038b

Please sign in to comment.