On Fri, Feb 17, 2017 at 08:42:12PM +0100, Donovan Watteau wrote:
> Hi,
>
> The following diff fixes multimedia/libvpx when trying to build it
> with gcc 4.2.1.
>
> It's calling some GCC flags which don't exist in this version.
> amd64 and i386 are not affected, because they use clang.
>
> I'm ju
Hi,
The following diff fixes multimedia/libvpx when trying to build it
with gcc 4.2.1.
It's calling some GCC flags which don't exist in this version.
amd64 and i386 are not affected, because they use clang.
I'm just disabling the offending flags; that's the simplest thing to
do and I can't see a