libgpg-error: fix riscv64
[openadk.git] / package / glib / patches / patch-glib_gnulib_meson_build
blob4039f468f101388f30ae8b2dc74e5ede8a84ba58
1 --- glib-2.75.2.orig/glib/gnulib/meson.build    2023-01-06 13:49:52.000000000 +0100
2 +++ glib-2.75.2/glib/gnulib/meson.build 2023-01-22 14:08:55.068305964 +0100
3 @@ -312,9 +312,6 @@ endif
4  if not gl_cv_func_frexp_works and gl_cv_func_frexp_broken_beyond_repair
5    error ('frexp() is missing or broken beyond repair, and we have nothing to replace it with')
6  endif
7 -if not gl_cv_func_frexpl_works and gl_cv_func_frexpl_broken_beyond_repair
8 -  error ('frexpl() is missing or broken beyond repair, and we have nothing to replace it with')
9 -endif
11  math_h_config.set ('REPLACE_FREXP', gl_cv_func_frexp_works ? 0 : 1)
12  math_h_config.set ('REPLACE_FREXPL', gl_cv_func_frexpl_works ? 0 : 1)