From 0755df96819f898e5d138feb743350ce9cf955bf Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Thu, 18 Nov 2004 09:55:04 +0000 Subject: Resurrect gimp-devel and update to version 2.2.pre1. Approved by: pav (mentor) --- graphics/gimp-app-devel/files/patch-plug-ins_print_print.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/gimp-app-devel/files/patch-plug-ins_print_print.c (limited to 'graphics/gimp-app-devel/files/patch-plug-ins_print_print.c') diff --git a/graphics/gimp-app-devel/files/patch-plug-ins_print_print.c b/graphics/gimp-app-devel/files/patch-plug-ins_print_print.c new file mode 100644 index 000000000000..36f4bf7148cf --- /dev/null +++ b/graphics/gimp-app-devel/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 -- cgit v1.2.3