Created attachment 195672 [details] xmms-gbsplay.diff With Clang all configure checks fail because of ``` /tmp/configure.HxsR8bN3Ej/cc.c:2:5: error: first parameter of 'main' (argument count) must be of type 'int' int main(char argc, char **argv) { ^ 1 error generated. ``` But this is luckily easy to fix.
Created attachment 195676 [details] xmms-gbsplay.diff Rebase after ports r475857
Committed, thanks!
A commit references this bug: Author: ehaupt Date: Tue Jul 31 06:38:00 UTC 2018 New revision: 475971 URL: https://svnweb.freebsd.org/changeset/ports/475971 Log: - Remove gcc dependency - Pacify portlint PR: 230223 Submitted by: tobik Changes: head/audio/xmms-gbsplay/Makefile