diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-12-26 15:09:31 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-12-26 15:09:31 +0000 |
commit | d1e7484d825807d65b572c375fdf7ac2bb1dcd85 (patch) | |
tree | ea9bcaa1f3162ca7dde1bfab7f34739ec54e02ad /graphics/gimpshop/files | |
parent | f926b48f7ef377d7978686e662cee02bf7a1defa (diff) | |
download | FreeBSD-ports-d1e7484d825807d65b572c375fdf7ac2bb1dcd85.zip FreeBSD-ports-d1e7484d825807d65b572c375fdf7ac2bb1dcd85.tar.gz |
Upgrade to 1.2.0, add a patch for print plug-ins (by mistral@imasy.or.jp (Yoshihiko SARUMARU).
Diffstat (limited to 'graphics/gimpshop/files')
-rw-r--r-- | graphics/gimpshop/files/patch-plug-ins_print_print.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gimpshop/files/patch-plug-ins_print_print.c b/graphics/gimpshop/files/patch-plug-ins_print_print.c new file mode 100644 index 0000000..36f4bf7 --- /dev/null +++ b/graphics/gimpshop/files/patch-plug-ins_print_print.c @@ -0,0 +1,11 @@ +--- plug-ins/print/print.c.orig Tue Dec 26 07:43:54 2000 ++++ plug-ins/print/print.c Tue Dec 26 07:44:07 2000 +@@ -1417,7 +1417,7 @@ + + if (i < (sizeof(lpcs) / sizeof(lpcs[0]))) + { +- strcat(command, " status < /dev/null"); ++ strcat(command, " status all < /dev/null"); + type = PRINTERS_LPC; + } + else |