diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-04-03 03:01:26 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-04-03 03:01:26 +0000 |
commit | a753bb98f57aa12a62222c6f07294aaabb27f391 (patch) | |
tree | 8c14c07bdb6f3fb3bf883c9220612157c7448bdc /print/ghostscript-afpl/files/patch-src:gdevgdi.c | |
parent | Update to 7.04. (diff) |
Update to 7.04.
Modifications against PR are:
o $MASTER_SITES substitution.
o Typo in scripts/configure.
PR: ports/36673
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=57252
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript-afpl/files/patch-src:gdevgdi.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/print/ghostscript-afpl/files/patch-src:gdevgdi.c b/print/ghostscript-afpl/files/patch-src:gdevgdi.c new file mode 100644 index 000000000000..15f7c66b85ee --- /dev/null +++ b/print/ghostscript-afpl/files/patch-src:gdevgdi.c @@ -0,0 +1,19 @@ +--- src/gdevgdi.c.orig Fri Feb 9 04:51:11 2001 ++++ src/gdevgdi.c Tue Aug 21 11:17:56 2001 +@@ -24,6 +24,7 @@ + /* SAMSUNG GDI driver for Ghostscript */ + #include "gdevprn.h" + #include "gdevpcl.h" ++#include "gsparam.h" + + + /* +@@ -126,7 +127,7 @@ + private int + gdi_open(gx_device *pdev) + { /* Change the margins if necessary. */ +- const float _ds *m = 0; ++ const float *m = 0; + bool move_origin = true; + + static const float m_a4[4] = { GDI_MARGINS_A4 }; |