summaryrefslogtreecommitdiff
path: root/print/ghostscript-gnu-commfont/files/patch-src:gdevxini.c
diff options
context:
space:
mode:
authorYoshio MITA <mita@FreeBSD.org>2002-05-15 01:17:59 +0000
committerYoshio MITA <mita@FreeBSD.org>2002-05-15 01:17:59 +0000
commitf79066d12db565aa2422a2191f68ddbe07309b3d (patch)
tree86d8ed356b78960a9d2dd59829804ad12ffcabd2 /print/ghostscript-gnu-commfont/files/patch-src:gdevxini.c
parentFix 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.c14
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,