New comment by wael444 on void-packages repository https://github.com/void-linux/void-packages/pull/37834#issuecomment-1174973319 Comment: i have set `make_use_env=yes` in the template to force using the provided `Makefile` in stw so i can avoid errors like these: ```make In file included from stw.c:14: /usr/aarch64-linux-gnu/usr/include/X11/Xft/Xft.h:39:10: fatal error: ft2build.h: No such file or directory 39 | #include | ^~~~~~~~~~~~ compilation terminated. make: *** [Makefile:22: stw.o] Error 1 ``` but removing the downside is having the builder add its own flags which also add `-I/usr/aarch64-linux-gnu/usr/include` to the make flags when building, hmm...