summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-06-30 09:03:04 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-06-30 09:03:04 +0000
commita86e13405c165443408568988c4d80627b981afc (patch)
treebee58c30d26c8eb6c5d31f0d900955ebe8485f32 /print
parentUpdate modules: bind8, net, software. (diff)
Remove file patch-psspecial.c.
PR: 28501 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Notes
Notes: svn path=/head/; revision=44580
Diffstat (limited to 'print')
-rw-r--r--print/dvipdfm/files/patch-psspecial.c11
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 572038289422..000000000000
--- 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;