diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-17 08:18:04 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-17 08:18:04 +0000 |
commit | c9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch) | |
tree | e00c7b9a13c8748065f79c57e9e81d9a1239e743 /graphics/gimp-app-devel/files/patch-ab | |
parent | Install sudoers in correct place. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_4_0'.release/3.4.0
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-ab')
-rw-r--r-- | graphics/gimp-app-devel/files/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/gimp-app-devel/files/patch-ab b/graphics/gimp-app-devel/files/patch-ab deleted file mode 100644 index 4a00a2ad60f9..000000000000 --- a/graphics/gimp-app-devel/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- plug-ins/common/url.c Sun Nov 7 19:24:37 1999 -+++ plug-ins/common/url.c.new Sun Nov 7 19:26:39 1999 -@@ -151,8 +151,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)); - g_free (tmpname); - _exit(127); - } |