pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/40451: Bootstrap fails on Interix
The following reply was made to PR pkg/40451; it has been noted by GNATS.
From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/40451: Bootstrap fails on Interix
Date: Wed, 16 Sep 2009 14:07:17 +0900
On Thu, 22 Jan 2009 15:05:01 +0900, <bsh%netbsd.org@localhost> wrote:
> Index: archivers/libarchive/files/libarchive/archive.h
> ===================================================================
> RCS file: /cvsroot/pkgsrc/archivers/libarchive/files/libarchive/archive.h,v
> retrieving revision 1.1.1.2
> diff -u -r1.1.1.2 archive.h
> --- archivers/libarchive/files/libarchive/archive.h 14 Jul 2008 14:52:39
> -0000 1.1.1.2
> +++ archivers/libarchive/files/libarchive/archive.h 22 Jan 2009 03:55:23
> -0000
> @@ -37,8 +37,8 @@
> */
> #include <sys/types.h> /* Linux requires this for off_t */
> -#if !defined(__WATCOMC__) && !defined(_MSC_VER)
> -/* Header unavailable on Watcom C or MS Visual C++. */
> +#if !defined(__WATCOMC__) && !defined(_MSC_VER) && !defined(__INTERIX)
> +/* Header unavailable on Watcom C, MS Visual C++, or SFU. */
> #include <inttypes.h> /* int64_t, etc. */
> #endif
> #include <stdio.h> /* For FILE * */
>
>
This patch break libarchive on SFU 6.0.
SFU 6.0 have inttyes.h, and need to include for uint64_t.
Home |
Main Index |
Thread Index |
Old Index