pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/56488: Solaris 10 compile issues, stdbool.h requires c99



The following reply was made to PR pkg/56488; it has been noted by GNATS.

From: nia <nia%NetBSD.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/56488: Solaris 10 compile issues, stdbool.h requires c99
Date: Thu, 11 Nov 2021 22:41:56 +0000

 On Thu, Nov 11, 2021 at 10:10:01AM +0000, Claes Nstn wrote:
 >  So seems to be the libunistring dependency that bring in stdbool into the mix here.
 
 libunistring guards the stdbool header inclusion with:
 
 #if (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)) || defined _AIX
 
 Looks wrong. Should probably be checking for c99 instead.
 


Home | Main Index | Thread Index | Old Index