diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-28 23:13:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-28 23:13:41 +0000 |
commit | 513bef5022844e46fe073d33c4a5d2c3cf0ba80f (patch) | |
tree | dc71193d28a5ff4517066da05843789f9c5a6f87 /graphics/gimp-devel/files/patch-ab | |
parent | Add libpci, an API to read and write PCI configuration registers. (diff) |
Update to 1.3.16.
Notes
Notes:
svn path=/head/; revision=83792
Diffstat (limited to 'graphics/gimp-devel/files/patch-ab')
-rw-r--r-- | graphics/gimp-devel/files/patch-ab | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gimp-devel/files/patch-ab b/graphics/gimp-devel/files/patch-ab index 5c4081c0c3bf..9b41f6891b45 100644 --- a/graphics/gimp-devel/files/patch-ab +++ b/graphics/gimp-devel/files/patch-ab @@ -1,13 +1,13 @@ ---- 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 @@ +--- plug-ins/common/url.c.orig Thu Jun 26 15:45:03 2003 ++++ plug-ins/common/url.c Sat Jun 28 18:17:59 2003 +@@ -187,8 +187,8 @@ putenv ("LANG=C"); #endif - execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL); -- g_message ("url: exec() failed: wget: %s", g_strerror (errno)); +- g_message ("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_message ("exec() failed: fetch: %s", g_strerror (errno)); g_free (tmpname); _exit (127); } |