There's a closed pull request on the void-packages repository mame: fix build https://github.com/void-linux/void-packages/pull/41706 Description: `libXinerama-devel` was the missing dependency (see https://vasilek.cz/logs/rebuild3/bad/mame.txt). ``` Compiling generated/mame/mame/drivlist.cpp... Linking mame... /usr/bin/ld: cannot find -lXinerama collect2: error: ld returned 1 exit status make[2]: *** [mame.make:269: ../../../../../mame] Error 1 make[1]: *** [Makefile:1144: mame] Error 2 make: *** [makefile:1387: linux_x64] Error 2 => ERROR: mame-0229_1: do_build: 'make OVERRIDE_CC="$CC" OVERRIDE_CXX="$CXX" OVERRIDE_LD="$CXX" ${makejobs} ${_options}' exited with 2 => ERROR: in do_build() at srcpkgs/mame/template:94 ``` #### Testing the changes - I tested the changes in this PR: **briefly**