diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-11 13:20:38 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-11 13:20:38 +0800 |
commit | 55968683037cd4dd8ffbbea3d3fdc89c50faa89d (patch) | |
tree | 5c86136e0e49fcea698183b79812ca147778bf4b /graphics/gimp-devel/files/patch-plug-ins_print_print.c | |
parent | 93294c1d1f6ef9e704b70336f7f6f90fbd4c8ee8 (diff) | |
download | marcuscom-ports-55968683037cd4dd8ffbbea3d3fdc89c50faa89d.tar marcuscom-ports-55968683037cd4dd8ffbbea3d3fdc89c50faa89d.tar.gz marcuscom-ports-55968683037cd4dd8ffbbea3d3fdc89c50faa89d.tar.bz2 marcuscom-ports-55968683037cd4dd8ffbbea3d3fdc89c50faa89d.tar.lz marcuscom-ports-55968683037cd4dd8ffbbea3d3fdc89c50faa89d.tar.xz marcuscom-ports-55968683037cd4dd8ffbbea3d3fdc89c50faa89d.tar.zst marcuscom-ports-55968683037cd4dd8ffbbea3d3fdc89c50faa89d.zip |
- Add support for guttenprint plugin, on by default
the gutenprint plugin source came from gutenprinten 0.5.0-rc3
and gnu-autotools Makefile.am from me.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6396 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gimp-devel/files/patch-plug-ins_print_print.c')
-rw-r--r-- | graphics/gimp-devel/files/patch-plug-ins_print_print.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/gimp-devel/files/patch-plug-ins_print_print.c b/graphics/gimp-devel/files/patch-plug-ins_print_print.c deleted file mode 100644 index 36f4bf714..000000000 --- a/graphics/gimp-devel/files/patch-plug-ins_print_print.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |