$OpenBSD: patch-meson_build,v 1.4 2020/10/28 15:42:14 ajacoutot Exp $

don't pick up this annoying useless port

Index: meson.build
--- meson.build.orig
+++ meson.build
@@ -417,18 +417,6 @@ if not backtrace_source_info
   endif
 endif
 
-if cc.has_header('execinfo.h')
-  if cc.has_function('backtrace', prefix : '#include <execinfo.h>')
-    cdata.set('HAVE_BACKTRACE', 1)
-  else
-    execinfo_dep = cc.find_library('execinfo', required : false)
-    if execinfo_dep.found() and cc.has_function('backtrace', prefix : '#include <execinfo.h>', dependencies : execinfo_dep)
-      cdata.set('HAVE_BACKTRACE', 1)
-      platform_deps += execinfo_dep
-    endif
-  endif
-endif
-
 gst_debug = get_option('gst_debug')
 if not gst_debug
   add_project_arguments(['-Wno-unused'], language: 'c')
