diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
commit | 0d24ce472965b1af574ee8eab914346a50d93ab0 (patch) | |
tree | fc04ac961d5044a7d4ac36140741f144e02c3080 /graphics/gimp-devel/files/patch-ab | |
parent | (forced commit) This is the official index file for 3.3-release. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Diffstat (limited to 'graphics/gimp-devel/files/patch-ab')
-rw-r--r-- | graphics/gimp-devel/files/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/gimp-devel/files/patch-ab b/graphics/gimp-devel/files/patch-ab deleted file mode 100644 index f176e017d798..000000000000 --- a/graphics/gimp-devel/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- plug-ins/url/url.c.orig Sat May 30 15:32:36 1998 -+++ plug-ins/url/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 |