summaryrefslogtreecommitdiffstats
path: root/graphics/gimp1/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp1/files/patch-ab')
-rw-r--r--graphics/gimp1/files/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gimp1/files/patch-ab b/graphics/gimp1/files/patch-ab
new file mode 100644
index 000000000..5c4081c0c
--- /dev/null
+++ b/graphics/gimp1/files/patch-ab
@@ -0,0 +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 @@
+ putenv ("LANG=C");
+ #endif
+
+- execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL);
+- g_message ("url: 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_free (tmpname);
+ _exit (127);
+ }