aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-10 22:22:43 -0800
committerAdam Vandenberg2011-03-10 22:22:43 -0800
commit6821531c6f0bcea2426a7bd1d7ebdbb26cd48e10 (patch)
tree39ae944f8ad442a97ee9b56047298ecbd57ff04e /Library
parenta452c00faa79fbb74c7b7b15896bbb126931fa56 (diff)
downloadhomebrew-6821531c6f0bcea2426a7bd1d7ebdbb26cd48e10.tar.bz2
Add ENV.j1 to sane-backends
Fixes #4598
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sane-backends.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/sane-backends.rb b/Library/Formula/sane-backends.rb
index ff5b36aa2..d762dcee8 100644
--- a/Library/Formula/sane-backends.rb
+++ b/Library/Formula/sane-backends.rb
@@ -10,6 +10,7 @@ class SaneBackends <Formula
depends_on 'libusb-compat'
def install
+ ENV.j1 # Makefile does not seem to be parallel-safe
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--without-gphoto2",