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.
master
Adam Vandenberg 2011-03-18 21:19:24 -07:00
parent 8fd7ea234c
commit c58e453dfc
1 changed files with 0 additions and 5 deletions

View File

@ -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'