diff options
Diffstat (limited to 'graphics/sane-backends/patches/patch-ai')
-rw-r--r-- | graphics/sane-backends/patches/patch-ai | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/sane-backends/patches/patch-ai b/graphics/sane-backends/patches/patch-ai index 8efcc36ade4..96860fa92e1 100644 --- a/graphics/sane-backends/patches/patch-ai +++ b/graphics/sane-backends/patches/patch-ai @@ -1,19 +1,19 @@ -$NetBSD: patch-ai,v 1.1 2010/12/27 15:07:52 adam Exp $ +$NetBSD: patch-ai,v 1.2 2011/07/12 12:19:41 wiz Exp $ Avoid duplicate symbols in libepson and libepson2. ---- backend/epson_usb.c.orig 2010-12-27 14:37:39.000000000 +0000 +--- backend/epson_usb.c.orig 2011-01-16 01:01:28.000000000 +0000 +++ backend/epson_usb.c -@@ -3,7 +3,7 @@ - #include "epson_usb.h" +@@ -4,7 +4,7 @@ + /* generated with epson2usb.pl doc/descriptions/epson2.desc */ -SANE_Word sanei_epson_usb_product_ids[] = { +static SANE_Word sanei_epson_usb_product_ids[] = { 0x101, /* GT-7000U, Perfection 636U */ 0x103, /* GT-6600U, Perfection 610 */ 0x104, /* GT-7600U, GT-7600UF, Perfection 1200U, Perfection 1200U PHOTO */ -@@ -79,7 +79,7 @@ SANE_Word sanei_epson_usb_product_ids[] +@@ -85,7 +85,7 @@ SANE_Word sanei_epson_usb_product_ids[] in the config file as "usb <vendor> <product>" */ }; |