summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files/patch-contrib__japanese__gdevfmlbp.c
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2007-06-03 05:02:53 +0000
committerHiroki Sato <hrs@FreeBSD.org>2007-06-03 05:02:53 +0000
commit63ef77c8985497c11e9063ae6975f277dbef0e94 (patch)
tree76e2fabecf1e6d56015d65f1a7de195484690386 /print/ghostscript-gpl/files/patch-contrib__japanese__gdevfmlbp.c
parentAdd dmxproto as well as dmx since dmx doesn't pull in dmxproto. (diff)
Update to 8.57.
Submitted by: KATO Tsuguru PR: ports/113009
Notes
Notes: svn path=/head/; revision=192618
Diffstat (limited to 'print/ghostscript-gpl/files/patch-contrib__japanese__gdevfmlbp.c')
-rw-r--r--print/ghostscript-gpl/files/patch-contrib__japanese__gdevfmlbp.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript-gpl/files/patch-contrib__japanese__gdevfmlbp.c b/print/ghostscript-gpl/files/patch-contrib__japanese__gdevfmlbp.c
new file mode 100644
index 000000000000..8bd0d2b123e5
--- /dev/null
+++ b/print/ghostscript-gpl/files/patch-contrib__japanese__gdevfmlbp.c
@@ -0,0 +1,11 @@
+--- contrib/japanese/gdevfmlbp.c.orig Thu Apr 26 01:27:24 2007
++++ contrib/japanese/gdevfmlbp.c Tue May 15 16:49:03 2007
+@@ -121,7 +121,7 @@
+ height_inches >= 9.2 ? PAPER_SIZE_B5 :
+ height_inches >= 7.6 ? PAPER_SIZE_A5 : PAPER_SIZE_HAGAKI), landscape);
+ #ifdef FMLBP_DEBUG
+- fprintf(stderr, "w=%d(%f) x h=%d(%f) -> %s\n",
++ dprintf5("w=%d(%f) x h=%d(%f) -> %s\n",
+ dev->width, width_inches, dev->height, height_inches, paper);
+ #endif/*FMLBP_DEBUG*/
+ return paper;