diff options
| author | Michael Johnson <ahze@FreeBSD.org> | 2005-04-10 16:39:29 +0000 |
|---|---|---|
| committer | Michael Johnson <ahze@FreeBSD.org> | 2005-04-10 16:39:29 +0000 |
| commit | 23b9999bb23b2bda32f75cdd66ffc69d9266a335 (patch) | |
| tree | 5da131a34551393de6214b084fa0310aea12bfc9 /graphics/gimp/files/patch-plug-ins_common_url.c | |
| parent | - link against fontconfig [1] and libXft [2] (diff) | |
- Update to 2.2.6
Diffstat (limited to 'graphics/gimp/files/patch-plug-ins_common_url.c')
| -rw-r--r-- | graphics/gimp/files/patch-plug-ins_common_url.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gimp/files/patch-plug-ins_common_url.c b/graphics/gimp/files/patch-plug-ins_common_url.c new file mode 100644 index 000000000000..70c31c3617f8 --- /dev/null +++ b/graphics/gimp/files/patch-plug-ins_common_url.c @@ -0,0 +1,13 @@ +--- 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); |
