New review comment by ibrokemypie on void-packages repository https://github.com/void-linux/void-packages/pull/28972#discussion_r580780457 Comment: Using the gnu-makefile build style fails building with this: ``` g++ cc src/droidcam-cli.c src/connection.c src/settings.c src/decoder.c src/decoder_snd.c src/decoder_v4l2.c src/av.c src/usb.c -lturbojpeg `pkg-config --libs --cflags libswscale libavutil` -lspeex -lasound -lpthread -lm -lusbmuxd-2.0 -o droidcam-cli g++: error: cc: No such file or directory make: *** [Makefile:42: droidcam-cli] Error 1 => ERROR: droidcam-1.7.1_1: do_build: '${make_cmd} CC="$CC" CXX="$CXX" LD="$LD" AR="$AR" RANLIB="$RANLIB" CPP="$CPP" AS="$AS" OBJCOPY="$OBJCOPY" OBJDUMP="$OBJDUMP" CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" ${makejobs} ${make_build_args} ${make_build_target}' exited with 2 => ERROR: in do_build() at common/build-style/gnu-makefile.sh:9 ``` I have no idea where its getting "g++ cc" from though, cc isnt mentioned in the upstream makefile