aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp-app/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp-app/files/patch-ab')
-rw-r--r--graphics/gimp-app/files/patch-ab10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gimp-app/files/patch-ab b/graphics/gimp-app/files/patch-ab
index 5c4081c0c3bf..9b41f6891b45 100644
--- a/graphics/gimp-app/files/patch-ab
+++ b/graphics/gimp-app/files/patch-ab
@@ -1,13 +1,13 @@
---- plug-ins/common/url.c.orig Mon Nov 13 17:06:36 2000
-+++ plug-ins/common/url.c Sun Dec 10 16:17:42 2000
-@@ -189,8 +189,8 @@
+--- plug-ins/common/url.c.orig Thu Jun 26 15:45:03 2003
++++ plug-ins/common/url.c Sat Jun 28 18:17:59 2003
+@@ -187,8 +187,8 @@
putenv ("LANG=C");
#endif
- execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL);
-- g_message ("url: 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 ("url: exec() failed: fetch: %s", g_strerror (errno));
++ g_message ("exec() failed: fetch: %s", g_strerror (errno));
g_free (tmpname);
_exit (127);
}