]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gnuplot/files/term.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gnuplot / files / term.patch
1 --- gnuplot-4.0.0/src/term.h.old        2005-03-01 15:17:46.424111687 +0000
2 +++ gnuplot-4.0.0/src/term.h    2005-03-01 15:18:50.961405665 +0000
3 @@ -54,6 +54,7 @@
4   */
5  #ifdef SHORT_TERMLIST
6  # include "dumb.trm"           /* dumb terminal */
7 +# include "qtopia.trm"         /* QTopia terminal */
8  # include "post.trm"           /* postscript */
9  # include "table.trm"          /* built-in, but used for the documentation */
10  # if !(defined(OS2) || defined(MSDOS) || defined(_Windows) || defined(ATARI) || defined(MTOS) || defined(AMIGA))
11 @@ -432,6 +433,9 @@
12  /* TeXDraw drawing package for LaTeX */
13  #include "texdraw.trm"
14  
15 +/* Qtopia */
16 +#include "qtopia.trm"
17 +
18  /* METAFONT */
19  #include "metafont.trm"
20