Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2018 18:12:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 214512] audio/linux-skype_oss_wrapper: gcc provided by CentOS is too old to understand some valid CPUTYPE
Message-ID:  <bug-214512-4077-mKWuMsSjLT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214512-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214512-4077@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214512

Tijl Coosemans <tijl@FreeBSD.org> changed:

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

--- Comment #4 from Tijl Coosemans <tijl@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=3Dsomethingthatdoeswork
.endif

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

--=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-214512-4077-mKWuMsSjLT>