Summary: | audio/xmms-gbsplay: Remove gcc dependency | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Tobias Kortkamp <tobik> | ||||||
Component: | Individual Port(s) | Assignee: | Emanuel Haupt <ehaupt> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | ehaupt | ||||||
Priority: | --- | Keywords: | patch | ||||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(ehaupt) |
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
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 |
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.