[Bug 214512] audio/linux-skype_oss_wrapper: gcc provided by CentOS is too old to understand some valid CPUTYPE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 16 18:12:57 UTC 2018


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

Tijl Coosemans <tijl at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tijl at FreeBSD.org

--- Comment #4 from Tijl Coosemans <tijl at FreeBSD.org> ---
There's not much we can do about this.  We could completely disable CPUTYPE in
this port, but that seems wrong.  I suggest you add something like this to your
/etc/make.conf instead.

.if ${.CURDIR:M/usr/ports/audio/linux-skype_oss_wrapper*}
CPUTYPE=somethingthatdoeswork
.endif

Or maybe use .if ${CC:M/compat/linux/*}

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


More information about the freebsd-emulation mailing list