summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel/files/patch-ab
blob: 3c90bafc4593fcc374f5d97de8d58c5dfb6554ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*****
***** patches for plug-ins
*****

--- /a/gimp-0.99.6/plug-ins/url/url.c	Mon Mar 10 04:57:12 1997
+++ plug-ins/url/url.c	Wed Mar 12 21:56:39 1997
@@ -146,8 +146,8 @@
     }
   else if (pid == 0)
     {
-      execlp ("wget", "wget", filename, "-O", tmpname, NULL);
-      g_warning ("url: exec failed: wget: %s\n", g_strerror(errno));
+      execlp ("fetch", "fetch", filename, "-p -o", tmpname, NULL);
+      g_warning ("url: exec failed: fetch: %s\n", g_strerror(errno));
       _exit(127);
     }
   else