diff options
author | Yoshio MITA <mita@FreeBSD.org> | 2002-05-15 01:17:59 +0000 |
---|---|---|
committer | Yoshio MITA <mita@FreeBSD.org> | 2002-05-15 01:17:59 +0000 |
commit | f79066d12db565aa2422a2191f68ddbe07309b3d (patch) | |
tree | 86d8ed356b78960a9d2dd59829804ad12ffcabd2 /print/ghostscript-gnu-commfont/files/patch-src:gdevxini.c | |
parent | Fix breakage at -march=pentium case. (diff) |
Obsoleted by japanese/ghostscript-gnu-jpnfont.
I mark this port BROKEN with message `Please use ghostscript-gnu-jpnfont'.
I will completely remove this port after a while.
(MAINTAINER's change after long discussions in ports-jp)
Notes
Notes:
svn path=/head/; revision=59128
Diffstat (limited to 'print/ghostscript-gnu-commfont/files/patch-src:gdevxini.c')
-rw-r--r-- | print/ghostscript-gnu-commfont/files/patch-src:gdevxini.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/print/ghostscript-gnu-commfont/files/patch-src:gdevxini.c b/print/ghostscript-gnu-commfont/files/patch-src:gdevxini.c deleted file mode 100644 index 44bb6b3984f6..000000000000 --- a/print/ghostscript-gnu-commfont/files/patch-src:gdevxini.c +++ /dev/null @@ -1,14 +0,0 @@ ---- 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, |