summaryrefslogtreecommitdiff
path: root/print/ghostscript/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript/patches/patch-am')
-rw-r--r--print/ghostscript/patches/patch-am13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/ghostscript/patches/patch-am b/print/ghostscript/patches/patch-am
new file mode 100644
index 00000000000..ed1b6bae01a
--- /dev/null
+++ b/print/ghostscript/patches/patch-am
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1 2005/12/09 20:30:16 wiz Exp $
+
+--- src/gdevmsxf.c.orig Mon May 1 20:24:46 2000
++++ src/gdevmsxf.c Mon May 1 20:26:23 2000
+@@ -337,7 +337,7 @@
+
+ /* Render a character. */
+ int
+-win_render_char(gx_xfont * xf, gx_xglyph xg, int wmode gx_device * dev,
++win_render_char(gx_xfont * xf, gx_xglyph xg, int wmode, gx_device * dev,
+ int xo, int yo, gx_color_index color, int required)
+ {
+ char chr = (char)xg;