Am 22.01.2023 um 21:41 schrieb matthew green:
hi Roland.Modified Files: xsrc/external/mit/fontconfig/dist: config-fixups.h Log Message: fontconfig: fix lint build (GCC internals in <stdatomic.h>) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ xsrc/external/mit/fontconfig/dist/config-fixups.hwhy can't this go in the Makefile? didn't christos already fix this?
Yep, Christos already fixed it, but I hadn't noticed. My fix could not go in the Makefile since it undefined a macro, but that macro was unconditionally defined in config.h, so it had to be undefined _after_ including config.h. I reverted my workaround as it is now redundant. Roland
