aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-18 21:19:24 -0700
committerAdam Vandenberg2011-03-18 21:19:24 -0700
commitb96ec652ae04d9dc11dcfd77006d4688a681c837 (patch)
tree380c5ff9288ccee26b589e00a0543854c6064fcf /Library/Formula
parentf7127a851fc54e651fa69c60e7979780018b0163 (diff)
downloadhomebrew-b96ec652ae04d9dc11dcfd77006d4688a681c837.tar.bz2
gnuplot - re-enable parallel builds
Parallel builds fail if lua is compiled with LLVM, so a previous commit flagged Lua as "fails_with_llvm". Re-enabled parallel builds, as they work fine against a GCC-build lua.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gnuplot.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb
index 1b7ee2d1a..a5c7e7d42 100644
--- a/Library/Formula/gnuplot.rb
+++ b/Library/Formula/gnuplot.rb
@@ -21,11 +21,6 @@ class Gnuplot < Formula
end
def install
- # Without this I got:
- # ld: rel32 out of range in _fit_command from fit.o
- # - adamv
- ENV.j1
-
# Help configure find libraries
ENV.x11
readline = Formula.factory 'readline'