summaryrefslogtreecommitdiff
path: root/libraries/libgnomecups/patches/enablenet.patch
diff options
context:
space:
mode:
authordsomero <xgizzmo@slackbuilds.org>2012-08-30 21:23:55 -0400
committerdsomero <xgizzmo@slackbuilds.org>2012-09-02 03:36:39 -0400
commitfd4743379694f5035393714e59e55b01c3e68864 (patch)
tree3b898e3811528b24113e5e79af215daffaf8a057 /libraries/libgnomecups/patches/enablenet.patch
parent9611ae4bfb7ceae8a3575318dbc3d0e79d970501 (diff)
downloadslackbuilds-fd4743379694f5035393714e59e55b01c3e68864.tar.gz
libraries/libgnomecups: Added patches for glib and cups.
Patches pulled from gentoo to allow building with newer glib and cups. Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/libgnomecups/patches/enablenet.patch')
-rw-r--r--libraries/libgnomecups/patches/enablenet.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/libgnomecups/patches/enablenet.patch b/libraries/libgnomecups/patches/enablenet.patch
new file mode 100644
index 0000000000..f2e113d144
--- /dev/null
+++ b/libraries/libgnomecups/patches/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)