diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-24 08:43:49 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-24 08:43:49 +0000 |
commit | 9716a77feab1f1403700627bd721c2f1e0b26d9d (patch) | |
tree | 25148fc53b5a656a27c502b05019a19d22d4c9fe /print/ghostscript-afpl/files/patch-src:gdevhl12.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:gdevhl12.c')
-rw-r--r-- | print/ghostscript-afpl/files/patch-src:gdevhl12.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/print/ghostscript-afpl/files/patch-src:gdevhl12.c b/print/ghostscript-afpl/files/patch-src:gdevhl12.c deleted file mode 100644 index 45c0472a983d..000000000000 --- a/print/ghostscript-afpl/files/patch-src:gdevhl12.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gdevhl12.c.orig Wed Mar 28 14:10:35 2007 -+++ src/gdevhl12.c Wed Mar 28 14:13:21 2007 -@@ -472,7 +472,7 @@ - for (y = ytop; y < ybottom; y++) { - if (hl1250_compress_line(s, y)) - continue; --#if 1 -+#if 0 - /* XXX - please report if you ever see this, then change to #if 0 */ - fprintf(stderr, - "hl1250: compression failed (y=%u), doing 1200x300 dpi\n", |