freebsd-ports/devel/libzim/files/patch-src_meson.build
2018-12-05 00:05:50 +00:00

13 lines
287 B
Text

--- src/meson.build.orig 2018-09-04 16:23:32 UTC
+++ src/meson.build
@@ -58,6 +58,10 @@ if zlib_dep.found()
deps += [zlib_dep]
endif
+if execinfo_dep.found()
+ deps += [execinfo_dep]
+endif
+
if xapian_dep.found()
sources += xapian_sources
sources += lib_resources