Skip to content

Commit

Permalink
sane-backends: drop universal
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Mar 11, 2017
1 parent 5e869b6 commit 7aaf1e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Formula/sane-backends.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,13 @@ class SaneBackends < Formula
sha256 "37f8e076bdddbdc868076456c308d21fbbef40ab647297f69bf5ca4b88a07688" => :mavericks
end

option :universal

depends_on "jpeg"
depends_on "libtiff"
depends_on "libusb-compat"
depends_on "openssl"
depends_on "net-snmp"

def install
ENV.universal_binary if build.universal?
ENV.deparallelize # Makefile does not seem to be parallel-safe
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
Expand Down

0 comments on commit 7aaf1e3

Please sign in to comment.