diff options
| author | Greg Lewis <glewis@FreeBSD.org> | 2004-06-12 20:13:45 +0000 |
|---|---|---|
| committer | Greg Lewis <glewis@FreeBSD.org> | 2004-06-12 20:13:45 +0000 |
| commit | 36c6adfbaac1da8e8724c152ec644eaf29c6cc90 (patch) | |
| tree | cb406a419445e2e6462b9c7d87edf0c59314afc2 /math/gnuplot/files/patch-post.trm | |
| parent | Fix build with gcc34 (diff) | |
. Update to 4.0.0. [1]
. Use OPTIONS. [2]
PR: 65717 [1]
Submitted by: Ports Fury [1]
Morten Rodal <morten@rodal.no> [1] [2]
Notes
Notes:
svn path=/head/; revision=111350
Diffstat (limited to 'math/gnuplot/files/patch-post.trm')
| -rw-r--r-- | math/gnuplot/files/patch-post.trm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/math/gnuplot/files/patch-post.trm b/math/gnuplot/files/patch-post.trm deleted file mode 100644 index 3bde83a57d7a..000000000000 --- a/math/gnuplot/files/patch-post.trm +++ /dev/null @@ -1,21 +0,0 @@ -$FreeBSD$ - ---- term/post.trm.orig Mon Jun 16 13:57:37 2003 -+++ term/post.trm Mon Jun 16 13:58:53 2003 -@@ -939,14 +939,14 @@ - { - static char GPFAR psg1[] = "0 setgray\nnewpath\n"; - struct termentry *t = term; -+float scale = (ps_common_encap ? 0.5 : 1.0)/PS_SC; - - ps_page++; - if (!ps_common_encap) - fprintf(gpoutfile,"%%%%Page: %d %d\n",ps_page,ps_page); - fprintf(gpoutfile,"gnudict begin\ngsave\n"); - fprintf(gpoutfile,"%d %d translate\n",ps_common_xoff, ps_common_yoff); -- fprintf(gpoutfile,"%.3f %.3f scale\n", (ps_common_encap ? 0.5 : 1.0)/PS_SC, -- (ps_common_encap ? 0.5 : 1.0)/PS_SC); -+ fprintf(gpoutfile,"%.3f %.3f scale\n", scale, scale); - if (!ps_common_portrait) { - fprintf(gpoutfile,"90 rotate\n0 %d translate\n", (int)(-PS_YMAX)); - } |
