1 --- pixman-0.30.2/configure.ac.orig 2014-08-19 15:53:39.376032738 +0400
2 +++ pixman-0.30.2/configure.ac 2014-08-19 15:53:55.264181469 +0400
3 @@ -844,12 +844,13 @@ if test x$have_gettimeofday = xyes && te
4 AC_DEFINE(HAVE_GETTIMEOFDAY, 1, [Whether we have gettimeofday()])
7 -dnl =====================================
8 -dnl Check for missing sqrtf() as, e.g., for Solaris 9
10 -AC_SEARCH_LIBS([sqrtf], [m], [],
11 - [AC_DEFINE([sqrtf], [sqrt],
12 - [Define to sqrt if you do not have the `sqrtf' function.])])
13 +# Not needed for Clang Linux builds. Fixes http://crbug.com/404526.
14 +#dnl =====================================
15 +#dnl Check for missing sqrtf() as, e.g., for Solaris 9
17 +#AC_SEARCH_LIBS([sqrtf], [m], [],
18 +# [AC_DEFINE([sqrtf], [sqrt],
19 +# [Define to sqrt if you do not have the `sqrtf' function.])])
21 dnl =====================================
22 dnl Thread local storage