diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-02 20:55:59 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-02 20:55:59 +0000 |
commit | f400796bc0304b3e3f9637ba6a20d3ec780c34df (patch) | |
tree | 1793ef20ed30ac9a99efa3a405beb5f8628d386b /print/ghostscript-afpl/files/patch-eplaser:gdevesmv.c | |
parent | Update to a snapshot of CVS from today to fix the build with GCC 3.4. (diff) |
Fix build with gcc-3.4.2
PR: ports/69923
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=115306
Diffstat (limited to 'print/ghostscript-afpl/files/patch-eplaser:gdevesmv.c')
-rw-r--r-- | print/ghostscript-afpl/files/patch-eplaser:gdevesmv.c | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/print/ghostscript-afpl/files/patch-eplaser:gdevesmv.c b/print/ghostscript-afpl/files/patch-eplaser:gdevesmv.c index 2bcb1b8e273d..0d56322a5eb8 100644 --- a/print/ghostscript-afpl/files/patch-eplaser:gdevesmv.c +++ b/print/ghostscript-afpl/files/patch-eplaser:gdevesmv.c @@ -1,5 +1,5 @@ ---- eplaser/gdevesmv.c.orig Tue Oct 28 19:40:09 2003 -+++ eplaser/gdevesmv.c Wed Dec 17 00:50:58 2003 +--- eplaser/gdevesmv.c.orig Mon May 17 14:25:19 2004 ++++ eplaser/gdevesmv.c Mon Aug 2 14:05:21 2004 @@ -34,10 +34,6 @@ */ @@ -82,6 +82,15 @@ /* ここを通過したら以下の色設定は無意味? */ } +@@ -1771,7 +1797,7 @@ + gs_logical_operation_t lop, const gx_clip_path * pcpath) + { + gx_device_vector const *vdev = (gx_device_vector *) dev; +- gx_device_esmv const *pdev = (gx_device_esmv *) dev; ++ gx_device_esmv *pdev = (gx_device_esmv *) dev; + stream *s = gdev_vector_stream(vdev); + gx_color_index color = gx_dc_pure_color(pdcolor); + char obuf[64]; @@ -1779,7 +1805,7 @@ if (w <= 0 || h <= 0) return 0; |