summaryrefslogtreecommitdiff
path: root/print/ghostscript-afpl/files/patch-src:gdevvglb.c
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-09-24 08:43:49 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-09-24 08:43:49 +0000
commit9716a77feab1f1403700627bd721c2f1e0b26d9d (patch)
tree25148fc53b5a656a27c502b05019a19d22d4c9fe /print/ghostscript-afpl/files/patch-src:gdevvglb.c
parent - update to 1.7 (diff)
Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=200037
Diffstat (limited to 'print/ghostscript-afpl/files/patch-src:gdevvglb.c')
-rw-r--r--print/ghostscript-afpl/files/patch-src:gdevvglb.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/print/ghostscript-afpl/files/patch-src:gdevvglb.c b/print/ghostscript-afpl/files/patch-src:gdevvglb.c
deleted file mode 100644
index b21032ce8779..000000000000
--- a/print/ghostscript-afpl/files/patch-src:gdevvglb.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/gdevvglb.c.orig Fri Feb 22 07:24:52 2002
-+++ src/gdevvglb.c Tue May 20 23:57:29 2003
-@@ -152,10 +152,12 @@
- }
-
- private gx_color_index
--vgalib_map_rgb_color(gx_device * dev, gx_color_value red,
-- gx_color_value green, gx_color_value blue)
-+vgalib_map_rgb_color(gx_device * dev, const gx_color_value cv[])
- {
-- return pc_4bit_map_rgb_color(dev, red, green, blue);
-+ gx_color_value red = cv[0];
-+ gx_color_value green = cv[1];
-+ gx_color_value blue = cv[2];
-+ return pc_4bit_map_rgb_color(dev, cv);
- }
-
- private int