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?

Reply via email to