summaryrefslogtreecommitdiff
path: root/graphics/gimp/files/patch-plug-ins_common_url.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-12-28 19:35:45 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-12-28 19:35:45 +0000
commit9ee698e49edb099151c4a098717ab7340d483a03 (patch)
treeba7b9f4139e0a9d0f13a3720da86b203eca0f47d /graphics/gimp/files/patch-plug-ins_common_url.c
parentUpdate to 0.04 (diff)
Update to 2.2.10. Works with GNOME 2.15 too!
Diffstat (limited to 'graphics/gimp/files/patch-plug-ins_common_url.c')
-rw-r--r--graphics/gimp/files/patch-plug-ins_common_url.c18
1 files changed, 11 insertions, 7 deletions
diff --git a/graphics/gimp/files/patch-plug-ins_common_url.c b/graphics/gimp/files/patch-plug-ins_common_url.c
index 70c31c3617f8..bceff6df101c 100644
--- a/graphics/gimp/files/patch-plug-ins_common_url.c
+++ b/graphics/gimp/files/patch-plug-ins_common_url.c
@@ -1,13 +1,17 @@
---- plug-ins/common/url.c.orig Mon Mar 14 05:00:40 2005
-+++ plug-ins/common/url.c Sun Apr 10 11:45:50 2005
-@@ -186,8 +186,8 @@
+--- plug-ins/common/url.c.orig Wed Dec 28 13:56:48 2005
++++ plug-ins/common/url.c Wed Dec 28 13:58:33 2005
+@@ -186,10 +186,10 @@
putenv ("LANG=C");
#endif
-- execlp ("wget", "wget", "-e", "server-response=off", "-T", TIMEOUT,
+- execlp ("wget",
+- "wget", "-v", "-e", "server-response=off", "-T", TIMEOUT,
- filename, "-O", tmpname, NULL);
-+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o",
-+ tmpname, NULL);
- g_message ("exec() failed: wget: %s", g_strerror (errno));
+- g_message ("exec() failed: wget: %s", g_strerror (errno));
++ execlp ("fetch",
++ "fetch", "-T", TIMEOUT,
++ filename, "-p", "-o", tmpname, NULL);
++ g_message ("exec() failed: fetch: %s", g_strerror (errno));
g_free (tmpname);
_exit (127);
+ }