Re: [PATCH] Fix multimedia/libvpx with gcc 4.2.1

2017-02-18 Thread Landry Breuil
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

[PATCH] Fix multimedia/libvpx with gcc 4.2.1

2017-02-17 Thread Donovan Watteau
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