[Bug 230223] audio/xmms-gbsplay: Remove gcc dependency

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 31 05:25:11 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230223

            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 at FreeBSD.org
          Reporter: tobik at freebsd.org
                CC: ehaupt at FreeBSD.org
          Assignee: ehaupt at FreeBSD.org
             Flags: maintainer-feedback?(ehaupt at FreeBSD.org)
 Attachment #195672 maintainer-approval?(ehaupt at FreeBSD.org)
             Flags:
                CC: ehaupt at FreeBSD.org

Created attachment 195672
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=195672&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list