diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-06-30 09:03:04 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-06-30 09:03:04 +0000 |
commit | 1f6455a9acec19481c23dfb84cce56d6ad09e053 (patch) | |
tree | 9e5291f9e1d0296c82f020f0faada8e22dad5c25 /print/dvipdfm | |
parent | 1c70606dd65298023589971431826498a3c2314e (diff) | |
download | FreeBSD-ports-1f6455a9acec19481c23dfb84cce56d6ad09e053.zip FreeBSD-ports-1f6455a9acec19481c23dfb84cce56d6ad09e053.tar.gz |
Remove file patch-psspecial.c.
PR: 28501
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Diffstat (limited to 'print/dvipdfm')
-rw-r--r-- | print/dvipdfm/files/patch-psspecial.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/print/dvipdfm/files/patch-psspecial.c b/print/dvipdfm/files/patch-psspecial.c deleted file mode 100644 index 5720382..0000000 --- a/print/dvipdfm/files/patch-psspecial.c +++ /dev/null @@ -1,11 +0,0 @@ ---- psspecial.c.orig Tue May 29 20:02:33 2001 -+++ psspecial.c Tue May 29 20:03:09 2001 -@@ -116,7 +116,7 @@ - p -> yscale = atof(val)/100.0; - break; - case ANGLE: -- p -> rotate = atof(val)/100.0; -+ p -> rotate = atof(val) * M_PI / 180.0; - break; - case LLX: - p -> user_bbox = 1; |