openbsd-ports/benchmarks/glmark2/patches/patch-src_meson_build
2022-03-11 18:21:39 +00:00

14 lines
251 B
Plaintext

remove libdl
Index: src/meson.build
--- src/meson.build.orig
+++ src/meson.build
@@ -69,7 +69,6 @@ libmatrix_headers_dep = declare_dependency(
common_deps = [
m_dep,
- dl_dep,
libjpeg_dep,
libpng_dep,
libmatrix_headers_dep,