diff options
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript7-x11/files/patch-src_gdevl256.c (renamed from print/ghostscript7-x11/files/patch-src-gdevl256.c) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript7-x11/files/patch-src-gdevl256.c b/print/ghostscript7-x11/files/patch-src_gdevl256.c index e11d19f8c2d6..c5cbb24a93bd 100644 --- a/print/ghostscript7-x11/files/patch-src-gdevl256.c +++ b/print/ghostscript7-x11/files/patch-src_gdevl256.c @@ -1,6 +1,6 @@ ---- src/gdevl256.c.orig 2015-08-22 01:40:41.895138000 +0900 -+++ src/gdevl256.c 2015-08-22 01:40:56.016022000 +0900 -@@ -307,3 +307,12 @@ +--- src/gdevl256.c.orig 2003-01-17 00:49:00 UTC ++++ src/gdevl256.c +@@ -307,3 +307,12 @@ lvga256_draw_line(gx_device * dev, int x gl_line(x0, y0, x1, y1, color); return 0; } |