tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bootstrap pkgsrc on FreeMiNT 1.18.0 (EasyMiNT 1.83)
On Sun, Aug 25, 2013 at 04:06:36PM +0900, Ryo ONODERA wrote:
> Index: files/util.c
> ===================================================================
> RCS file: /cvsroot/pkgsrc/devel/bmake/files/util.c,v
> retrieving revision 1.10
> diff -u -r1.10 util.c
> --- files/util.c 18 Jun 2011 22:39:46 -0000 1.10
> +++ files/util.c 25 Aug 2013 06:36:11 -0000
> @@ -6,6 +6,10 @@
> * $Id: util.c,v 1.10 2011/06/18 22:39:46 bsiegert Exp $
> */
>
> +/* workaround for EasyMiNT 1.70 and 1.83 */
> +#if defined(__MINT__)
> +#include <signal.h>
> +#endif
> #include "make.h"
>
> #ifndef MAKE_NATIVE
> @@ -18,7 +22,10 @@
>
> #include <errno.h>
> #include <time.h>
> +/* workaround for EasyMiNT 1.70 and 1.83 */
> +#if !defined(__MINT__)
> #include <signal.h>
> +#endif
Workaround for what?
Joerg
Home |
Main Index |
Thread Index |
Old Index