Date: Tue, 31 Jul 2018 05:25:08 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 230223] audio/xmms-gbsplay: Remove gcc dependency Message-ID: <bug-230223-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230223 Bug ID: 230223 Summary: audio/xmms-gbsplay: Remove gcc dependency Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ehaupt@FreeBSD.org Reporter: tobik@freebsd.org CC: ehaupt@FreeBSD.org Assignee: ehaupt@FreeBSD.org Flags: maintainer-feedback?(ehaupt@FreeBSD.org) Attachment #195672 maintainer-approval?(ehaupt@FreeBSD.org) Flags: CC: ehaupt@FreeBSD.org Created attachment 195672 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D195672&action= =3Dedit xmms-gbsplay.diff With Clang all configure checks fail because of ``` /tmp/configure.HxsR8bN3Ej/cc.c:2:5: error: first parameter of 'main' (argum= ent count) must be of type 'int' int main(char argc, char **argv) { ^ 1 error generated. ``` But this is luckily easy to fix. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230223-7788>