| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/devel/ftjam/files/ |
Upload File : |
--- make1.c.orig 2014-08-07 15:28:04.000000000 +0200 +++ make1.c 2014-08-07 15:28:43.000000000 +0200 @@ -62,6 +62,10 @@ # include "command.h" # include "execcmd.h" +# if defined ( OS_FREEBSD ) +# include <unistd.h> // unlink(2) +# endif + static void make1a( TARGET *t, TARGET *parent ); static void make1b( TARGET *t ); static void make1c( TARGET *t ); @@ -426,7 +430,6 @@ SETTINGS *boundvars; LIST *nt, *ns; ACTIONS *a1; - CMD *cmd; int start, chunk, length, maxline; /* Only do rules with commands to execute. */