aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-03-29 09:53:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-03-29 09:53:18 +0000
commit2c36078d184e6b3fde44793800a6c8ca0b0639f1 (patch)
tree19d35773be783fd6761833f599af82301c20ceac /graphics/gimp/files/patch-ab
parent46e9a484f814c07d51ab2cb90517f4f5c4c368ae (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_8_0'.release/4.8.0
Diffstat (limited to 'graphics/gimp/files/patch-ab')
-rw-r--r--graphics/gimp/files/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/gimp/files/patch-ab b/graphics/gimp/files/patch-ab
deleted file mode 100644
index 5c4081c0c3bf..000000000000
--- a/graphics/gimp/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);
- }