From 1355303914be1425c03dee529fc65badbfec9386 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 3 Mar 2005 15:42:16 +0000 Subject: add updated gnuplot stuff courtesy Philip Frampton BKrev: 422730585MVRGwh5lsoHCNdVd1_Q_Q --- packages/gnuplot/files/term.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 packages/gnuplot/files/term.patch (limited to 'packages/gnuplot/files/term.patch') diff --git a/packages/gnuplot/files/term.patch b/packages/gnuplot/files/term.patch new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3 From c8e5702127e507e82e6f68a4b8c546803accea9d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 30 Jun 2005 08:19:37 +0000 Subject: import clean BK tree at cset 1.3670 --- packages/gnuplot/files/term.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'packages/gnuplot/files/term.patch') diff --git a/packages/gnuplot/files/term.patch b/packages/gnuplot/files/term.patch index e69de29bb2..2979b5ec9e 100644 --- a/packages/gnuplot/files/term.patch +++ b/packages/gnuplot/files/term.patch @@ -0,0 +1,20 @@ +--- gnuplot-4.0.0/src/term.h.old 2005-03-01 15:17:46.424111687 +0000 ++++ gnuplot-4.0.0/src/term.h 2005-03-01 15:18:50.961405665 +0000 +@@ -54,6 +54,7 @@ + */ + #ifdef SHORT_TERMLIST + # include "dumb.trm" /* dumb terminal */ ++# include "qtopia.trm" /* QTopia terminal */ + # include "post.trm" /* postscript */ + # include "table.trm" /* built-in, but used for the documentation */ + # if !(defined(OS2) || defined(MSDOS) || defined(_Windows) || defined(ATARI) || defined(MTOS) || defined(AMIGA)) +@@ -432,6 +433,9 @@ + /* TeXDraw drawing package for LaTeX */ + #include "texdraw.trm" + ++/* Qtopia */ ++#include "qtopia.trm" ++ + /* METAFONT */ + #include "metafont.trm" + -- cgit v1.2.3