ports/net/glib2-networking/patches/patch-tls_tests_meson_build

13 lines
355 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: tls/tests/meson.build
--- tls/tests/meson.build.orig
+++ tls/tests/meson.build
@@ -71,7 +71,7 @@ foreach backend: backends
'-D_GNU_SOURCE',
]
- if not ['windows'].contains(host_system)
+ if not ['windows'].contains(host_system) and not ['openbsd'].contains(host_system)
program_deps += cc.find_library('dl')
endif