# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/mesa-legacy/hotfix.patch # Copyright (C) 2017 - 2022 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License version 2 as used by the T2 SDE. # --- T2-COPYRIGHT-NOTE-END --- --- mesa-17.2.1/include/c99_math.h.vanilla 2017-09-24 18:22:29.617554131 +0000 +++ mesa-17.2.1/include/c99_math.h 2017-09-24 18:22:54.173554552 +0000 @@ -190,7 +190,7 @@ * undefines those functions, which in glibc 2.23, are defined as macros rather * than functions as in glibc 2.22. */ -#if __cplusplus >= 201103L && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 23)) +#if __cplusplus >= 201103L && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 29)) #include using std::fpclassify;