Source-Changes-D archive

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

Re: CVS commit: src/external/mit/xorg/tools/fc-cache



On Sun, Jul 20, 2025 at 12:32:20PM +0000, Hans Rosenfeld wrote:
> Module Name:	src
> Committed By:	hans
> Date:		Sun Jul 20 12:32:20 UTC 2025
> 
> Modified Files:
> 	src/external/mit/xorg/tools/fc-cache: Makefile
> 
> Log Message:
> fontconfig/fc-cache: fix build as host tool on illumos
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.22 -r1.23 src/external/mit/xorg/tools/fc-cache/Makefile
> 

Using -std=c99 seems to break the build on glibc hosts (Debian 13/amd64).
It doesn't find things like getopt(3) because of __STRICT_ANSI__.
Is -std=gnu99 an option on illumos?


Home | Main Index | Thread Index | Old Index