freebsd-ports/graphics/gimp-app-devel/files/patch-ab
1997-07-14 22:19:18 +00:00

39 lines
1.1 KiB
Plaintext

*****
***** patches for plug-ins
*****
--- /a/gimp-0.99.6/plug-ins/url.c Mon Mar 10 04:57:12 1997
+++ plug-ins/url.c Wed Mar 12 21:56:39 1997
@@ -146,8 +146,8 @@
}
else if (pid == 0)
{
- execlp ("wget", "wget", filename, "-O", tmpname, NULL);
- g_warning ("url: exec failed: wget: %s\n", g_strerror(errno));
+ execlp ("fetch", "fetch", filename, "-p -o", tmpname, NULL);
+ g_warning ("url: exec failed: fetch: %s\n", g_strerror(errno));
_exit(127);
}
else
--- plug-ins/script-fu/interp_regex.c~ Fri Apr 18 14:00:00 1997
+++ plug-ins/script-fu/interp_regex.c Fri Apr 18 14:00:45 1997
@@ -1,3 +1,4 @@
+#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
--- plug-ins/dgimp/dgimp.c.orig Wed Apr 30 11:39:18 1997
+++ plug-ins/dgimp/dgimp.c Wed Apr 30 11:38:42 1997
@@ -15,6 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>