[Mesa-dev] [PATCH 0/3] Fix Apple-DRI GLX (v2)

2014-05-21 Thread Jon TURNEY
This updates this patch set for master and makes the following minor chages: Use -Wl,-Bsymbolic, as before, not -Bsymbolic Test that ld --version-script works, rather than just looking for it in ld --help darwin's ld doesn't support -Wl,--no-undefined, so don't use it on darwin Put a 'make check'

Re: [Mesa-dev] [PATCH 0/3] Fix Apple-DRI GLX

2014-05-14 Thread Emil Velikov
On 13/05/14 13:15, Jon TURNEY wrote: > On 16/02/2014 02:00, Jeremy Huddleston Sequoia wrote: >> Mesa master hasn't built for OSX for over a year now, unfortunately, >> but I agree excluding in Makefile.am is preferable to cpp-guards. >> Hopefully "someone" will have the time and patience to get it

[Mesa-dev] [PATCH 0/3] Fix Apple-DRI GLX

2014-05-13 Thread Jon TURNEY
On 16/02/2014 02:00, Jeremy Huddleston Sequoia wrote: > Mesa master hasn't built for OSX for over a year now, unfortunately, > but I agree excluding in Makefile.am is preferable to cpp-guards. > Hopefully "someone" will have the time and patience to get it working > again in the near future. On 18