From c58e453dfc1a8272780a14da15dcc496c258a1c3 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 18 Mar 2011 21:19:24 -0700 Subject: [PATCH] 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. --- Formula/gnuplot.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Formula/gnuplot.rb b/Formula/gnuplot.rb index 1b7ee2d1a7a..a5c7e7d429f 100644 --- a/Formula/gnuplot.rb +++ b/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'