summaryrefslogtreecommitdiff
path: root/graphics/gimp/files/patch-plug-ins_common_url.c
diff options
context:
space:
mode:
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);
+ }