Created attachment 204842 [details] patch Remove -Wno-clobbered -Wno-psabi which are not supported by base GCC. Tested to still build fine with clang.
A commit references this bug: Author: ehaupt Date: Sat Jun 8 12:45:24 UTC 2019 New revision: 503724 URL: https://svnweb.freebsd.org/changeset/ports/503724 Log: - Update to 3.3.1 - Remove -Wno-clobbered -Wno-psabi which are not supported by base GCC (relevant for some Tier-2 archs) [1] PR: 238339 [1] Submitted by: pkubaj [1] Changes: head/audio/shairport-sync/Makefile head/audio/shairport-sync/distinfo
Committed with minor modifications, thanks! Modifications: - Updated the port to 3.3.1 - .include <bsd.port.pre.mk> is not needed for post-patch - ${REINPLACE_CMD} needs to be silenced by BHB rule