diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /graphics/gimp-app/files/patch-ab | |
parent | Fix compilation problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes:
svn path=/head/; revision=47856
svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'graphics/gimp-app/files/patch-ab')
-rw-r--r-- | graphics/gimp-app/files/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/gimp-app/files/patch-ab b/graphics/gimp-app/files/patch-ab deleted file mode 100644 index 5c4081c0c3bf..000000000000 --- a/graphics/gimp-app/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- 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); - } |