1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/gimp/files/patch-ab
Vanilla I. Shu 2923a6b6be Upgrade to 1.1.10
PR:		ports/14294
Submitted by:	Brian Handy <handy@physics.montana.edu>
1999-10-23 07:59:42 +00:00

14 lines
469 B
Plaintext

--- plug-ins/common/url.c.orig Sat May 30 15:32:36 1998
+++ plug-ins/common/url.c Sun Jun 7 10:09:34 1998
@@ -146,8 +146,8 @@
}
else if (pid == 0)
{
- execlp ("wget", "wget", filename, "-O", tmpname, NULL);
- g_message ("url: exec failed: wget: %s\n", g_strerror(errno));
+ execlp ("fetch", "fetch", filename, "-p -o", tmpname, NULL);
+ g_message ("url: exec failed: fetch: %s\n", g_strerror(errno));
_exit(127);
}
else