New issue by g4s8 on void-packages repository https://github.com/void-linux/void-packages/issues/33568 Description: ### System * xuname: Void 5.10.8_1 x86_64 GenuineIntel notuptodate rrFFFF * package: geany-plugins v1.37.0 (reviosion 1) ### Expected behavior Can build package with `./xbps-src pkg geany-plugins` ### Actual behavior Build failed with output: ``` make[3]: Entering directory '/builddir/geany-plugins-1.37.0/pretty-printer/src' CC pretty_printer_la-PluginEntry.lo In file included from /usr/include/unicode/umachine.h:52, from /usr/include/unicode/utypes.h:38, from /usr/include/unicode/ucnv_err.h:88, from /usr/include/unicode/ucnv.h:52, from /usr/include/libxml2/libxml/encoding.h:31, from /usr/include/libxml2/libxml/parser.h:810, from PluginEntry.h:32, from PluginEntry.c:28: PrettyPrinter.h:55:22: error: two or more data types in declaration specifiers 55 | typedef unsigned int bool; | ^~~~ ``` (same as in CI for this PR: https://github.com/void-linux/void-packages/pull/33535) ### Steps to reproduce the behavior 1. Clone clean package repository, checkout latest commit: `git clone https://github.com/void-linux/void-packages.git && cd ./void-packages && git checkout 66016f76200873e342ff90b93fdd71cfe9056444` 2. Bootstrap: `./xbps-src binary-bootstrap` 3. Try to build: `./xbps-src pkg geany-plugins`