Closed issue by pullmoll on void-packages repository https://github.com/void-linux/void-packages/issues/28926 Description: The update to `projectM-3.1.11` makes `qmmp` segfault as soon as a song starts with projectM visualizer enabled. Unfortunately rebuilding `qmmp` now fails because `/usr/include/libprojectM/Common.hpp` tries to `#include "Intrinsics.h"` which does not exist. It seems the `projectM-devel` packaging is wrong or the update of projectM itself is non-functional. The only `Intrinsics.h` in our packages is in `llvm10` or `llvm11` in `/usr/include/llvm/IR/Intrinsics.h` and I don't know how that would be expected to exist because projectM does not depend on `llvm` AFAICT.