diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-08-04 18:38:33 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-08-04 18:38:33 +0000 |
commit | 009d37d18239e2342afdc2e5ec974a136907a8e3 (patch) | |
tree | c22bfb467bfb9bab7f17228a6a6c58163ce485a3 /net-print/libgnomecups/files | |
parent | Adding licenses needed for dev-db/monetdb (diff) | |
download | gentoo-2-009d37d18239e2342afdc2e5ec974a136907a8e3.tar.gz gentoo-2-009d37d18239e2342afdc2e5ec974a136907a8e3.tar.bz2 gentoo-2-009d37d18239e2342afdc2e5ec974a136907a8e3.zip |
Adding a patch that fix network issues. Closes bug #89886 .
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-print/libgnomecups/files')
-rw-r--r-- | net-print/libgnomecups/files/digest-libgnomecups-0.2.0-r1 | 1 | ||||
-rw-r--r-- | net-print/libgnomecups/files/enablenet.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/net-print/libgnomecups/files/digest-libgnomecups-0.2.0-r1 b/net-print/libgnomecups/files/digest-libgnomecups-0.2.0-r1 new file mode 100644 index 000000000000..7ca93daf3218 --- /dev/null +++ b/net-print/libgnomecups/files/digest-libgnomecups-0.2.0-r1 @@ -0,0 +1 @@ +MD5 227cb2b119412b164bece23b287a130d libgnomecups-0.2.0.tar.bz2 310598 diff --git a/net-print/libgnomecups/files/enablenet.patch b/net-print/libgnomecups/files/enablenet.patch new file mode 100644 index 000000000000..f2e113d1440f --- /dev/null +++ b/net-print/libgnomecups/files/enablenet.patch @@ -0,0 +1,11 @@ +--- libgnomecups/gnome-cups-printer.c.orig 2005-08-04 18:21:32.221038336 +0000 ++++ libgnomecups/gnome-cups-printer.c 2005-08-04 18:22:00.369759080 +0000 +@@ -282,7 +282,7 @@ + * that will produce an infinite loop when presented with an invalid + * hostname. This will also produce a hang if the remote printer is + * unavailable and we do a syncronous lookup. */ +-static gboolean go_directly_to_printer_when_possible = FALSE; ++static gboolean go_directly_to_printer_when_possible = TRUE; + + static void + update_attributes (GnomeCupsPrinter *printer) |