diff options
Diffstat (limited to 'graphics/gimp-app/files/patch-plug-ins_common_url.c')
-rw-r--r-- | graphics/gimp-app/files/patch-plug-ins_common_url.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/gimp-app/files/patch-plug-ins_common_url.c b/graphics/gimp-app/files/patch-plug-ins_common_url.c deleted file mode 100644 index 70c31c3617f8..000000000000 --- a/graphics/gimp-app/files/patch-plug-ins_common_url.c +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 @@ - putenv ("LANG=C"); - #endif - -- execlp ("wget", "wget", "-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_free (tmpname); - _exit (127); |