aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnuplot.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gnuplot.rb')
-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'