diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-11-16 13:04:18 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-11-16 13:04:18 +0000 |
commit | e78c37089a29ab51dc57927c7f0beeee5b5b9b9b (patch) | |
tree | 6ebdc5b0277a7cb61a2c917b990ed88e89a3efbb /packages/gnuplot/gnuplot-4.2.0/term.patch | |
parent | a0d61640b5cc121fc7ab3d1bacf10e6d1829dbb1 (diff) | |
parent | 48a8481494367ac4dfd7debfd4ca28913a077865 (diff) |
merge of '9bdc778b4db6a77bfd983ea418ef07f57f411bcd'
and 'f04ba9d8f1f4caa6f8c95f3fec8cd70c6cde452c'
Diffstat (limited to 'packages/gnuplot/gnuplot-4.2.0/term.patch')
-rw-r--r-- | packages/gnuplot/gnuplot-4.2.0/term.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/gnuplot/gnuplot-4.2.0/term.patch b/packages/gnuplot/gnuplot-4.2.0/term.patch new file mode 100644 index 0000000000..41aa8e7a97 --- /dev/null +++ b/packages/gnuplot/gnuplot-4.2.0/term.patch @@ -0,0 +1,20 @@ +--- gnuplot-4.2.0/src/term.h.old 2007-11-16 01:21:09.000000000 -0600 ++++ gnuplot-4.2.0/src/term.h 2007-11-16 01:22:45.000000000 -0600 +@@ -70,6 +70,7 @@ + */ + #ifdef SHORT_TERMLIST + # include "dumb.trm" /* dumb terminal */ ++# include "qtopia.trm" /* QTopia terminal */ + + # ifdef GP_ENH_EST + # include "estimate.trm" /* used for enhanced text processing */ +@@ -436,6 +437,9 @@ + /* TeXDraw drawing package for LaTeX */ + #include "texdraw.trm" + ++/* Qtopia */ ++#include "qtopia.trm" ++ + /* METAFONT */ + #include "metafont.trm" + |