Re: [Mesa-dev] [PATCH 1/3] rbug-gui: fix build for latest Mesa

2014-08-24 Thread Jakob Bornecrantz
On Sun, Aug 24, 2014 at 2:16 PM, Marek Olšák wrote: > From: Marek Olšák > > set c99 because u_math.h fails to compile without it with gcc > --- > Makefile.in | 5 +++-- > configure.ac | 2 +- > 2 files changed, 4 insertions(+), 3 deletions(-) Reviewed-by: Jakob Bornecrantz > > diff --git a/M

[Mesa-dev] [PATCH 1/3] rbug-gui: fix build for latest Mesa

2014-08-24 Thread Marek Olšák
From: Marek Olšák set c99 because u_math.h fails to compile without it with gcc --- Makefile.in | 5 +++-- configure.ac | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 8cca095..07ce2e0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,8 +18