$OpenBSD: patch-src_meson_build,v 1.3 2021/10/26 11:29:44 jasper Exp $

Should match b_lundef in meson(1).

Index: src/meson.build
--- src/meson.build.orig
+++ src/meson.build
@@ -23,9 +23,7 @@ libghex_c_args = [
   '-DG_LOG_DOMAIN="libgtkhex-3"'
 ]
 
-libghex_link_args = cc.get_supported_link_arguments([
-  '-Wl,--no-undefined'
-])
+libghex_link_args = []
 
 install_headers(
   libghex_headers,
