summaryrefslogtreecommitdiff
path: root/math/gnuplot/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/gnuplot/files')
-rw-r--r--math/gnuplot/files/patch-term-fig.trm15
1 files changed, 0 insertions, 15 deletions
diff --git a/math/gnuplot/files/patch-term-fig.trm b/math/gnuplot/files/patch-term-fig.trm
deleted file mode 100644
index 1957921c914c..000000000000
--- a/math/gnuplot/files/patch-term-fig.trm
+++ /dev/null
@@ -1,15 +0,0 @@
---- term/fig.trm.orig
-+++ term/fig.trm
-@@ -680,11 +680,11 @@
- double empirical_scale = 3.0;
- (void) custom_dash_pattern; /* ignore */
- if (type <= 0)
-- type = LT_SOLID;
-+ type = SOLID_LINE;
- FIG_type = type % 6;
- /* FIXME: should pass through "dl" somehow */
- FIG_spacing = empirical_scale * FIG_current_linewidth;
-- FIG_line.cap_style = (FIG_type == 0) ? CAP_BUTT : CAP_ROUND;
-+ FIG_line.cap_style = (FIG_type == SOLID_LINE) ? CAP_BUTT : CAP_ROUND;
- }
-