New review comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/36622#discussion_r847344661 Comment: ```suggestion do_build() { ${CC} ${CFLAGS} -DSHAPE oneko.c -o oneko $(pkg-config --libs xext x11) -lm } ```