Trying to launch the great Civilization 6 under Linux Void results in the following on my machine.
./Civ6
./GameGuide/Civ6: symbol lookup error: /usr/lib/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var
I solved this issue by adding LD_PRELOAD=/usr/lib/libfreetype.so.6 %command%
to the launch options.