aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript8/files/patch-src:gdevgdi.c
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-08-06 19:40:49 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-08-06 19:40:49 +0000
commit5520157367f0be536bc06211c8837ea1b5edb000 (patch)
treea60afdca7870ef88d2ea6a536a5953e317218f23 /print/ghostscript8/files/patch-src:gdevgdi.c
parent58d5d9a29769726f15a52955111e2cdd8a586c14 (diff)
downloadports-5520157367f0be536bc06211c8837ea1b5edb000.tar.gz
ports-5520157367f0be536bc06211c8837ea1b5edb000.zip
Notes
Diffstat (limited to 'print/ghostscript8/files/patch-src:gdevgdi.c')
-rw-r--r--print/ghostscript8/files/patch-src:gdevgdi.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/print/ghostscript8/files/patch-src:gdevgdi.c b/print/ghostscript8/files/patch-src:gdevgdi.c
deleted file mode 100644
index 15f7c66b85ee..000000000000
--- a/print/ghostscript8/files/patch-src:gdevgdi.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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 };