diff options
Diffstat (limited to 'graphics/mesa/patches/patch-meson_build')
-rw-r--r-- | graphics/mesa/patches/patch-meson_build | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/graphics/mesa/patches/patch-meson_build b/graphics/mesa/patches/patch-meson_build deleted file mode 100644 index cf6b5a0..0000000 --- a/graphics/mesa/patches/patch-meson_build +++ /dev/null @@ -1,29 +0,0 @@ -Index: meson.build ---- meson.build.orig -+++ meson.build -@@ -1151,7 +1151,6 @@ else - '-Werror=empty-body', - '-Werror=incompatible-pointer-types', - '-Werror=int-conversion', -- '-Wimplicit-fallthrough', - '-Wno-missing-field-initializers', - '-Wno-format-truncation', - '-fno-math-errno', -@@ -1418,6 +1417,7 @@ functions_to_detect = { - 'timespec_get': '#include <time.h>', - 'memfd_create': '', - 'random_r': '', -+ 'arc4random_buf': '', - 'flock': '', - 'strtok_r': '', - 'getrandom': '', -@@ -1549,6 +1549,9 @@ if cc.links('int main() { return 0; }', - endif - - ld_args_build_id = cc.get_supported_link_arguments('-Wl,--build-id=sha1') -+if ld_args_build_id.length() != 0 -+ pre_args += '-DHAVE_LD_BUILD_ID' -+endif - - # check for dl support - dep_dl = null_dep |