From 979ed31b76fdce3598a0ae8adb6ab670ae33a78e Mon Sep 17 00:00:00 2001 From: Yoshio MITA Date: Fri, 18 Jan 2002 15:23:54 +0000 Subject: Add ghostscript-gnu-cjk 6.52, gNU Postscript interpreter CJK fonts adding port. This is a GNU version of ghostscript with features below: 1. CJK internationalization ready. 2. Depends on print/ghostscript-gnu and replace only necessary files. 3. -DA4 default as is standard in CJK countries. 4. Includes many additional printer drivers sold in japan. PR: ports/33116 Submitted by: Tomokatsu SAITO --- print/ghostscript-gnu-cjk/files/patch-src:gdevxini.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 print/ghostscript-gnu-cjk/files/patch-src:gdevxini.c (limited to 'print/ghostscript-gnu-cjk/files/patch-src:gdevxini.c') diff --git a/print/ghostscript-gnu-cjk/files/patch-src:gdevxini.c b/print/ghostscript-gnu-cjk/files/patch-src:gdevxini.c new file mode 100644 index 000000000000..44bb6b3984f6 --- /dev/null +++ b/print/ghostscript-gnu-cjk/files/patch-src:gdevxini.c @@ -0,0 +1,14 @@ +--- src/gdevxini.c.orig Tue Jun 5 15:38:57 2001 ++++ src/gdevxini.c Wed Jun 20 04:17:15 2001 +@@ -655,8 +655,10 @@ + } + x_set_buffer(xdev); + /* Clear the destination pixmap to avoid initializing with garbage. */ +- xdev->dest = (xdev->bpixmap != (Pixmap) 0 ? ++ if (xdev->dest == (Pixmap) 0) { ++ xdev->dest = (xdev->bpixmap != (Pixmap) 0 ? + xdev->bpixmap : (Pixmap) xdev->win); ++ } + if (xdev->dest != (Pixmap) 0) { + XSetForeground(xdev->dpy, xdev->gc, xdev->background); + XFillRectangle(xdev->dpy, xdev->dest, xdev->gc, -- cgit v1.2.3