ports/net/jose/files/patch-meson.build
Howard Holm 1653e42587 net/jose: unbreak with openssl3
PR:		271192
Reported by:	ngie
Author:	 	Howard Holm <hdholm@alumni.iastate.edu> (maintainer)
2023-09-03 13:07:22 +01:00

12 lines
319 B
Text

--- meson.build.orig 2021-05-07 13:04:06 UTC
+++ meson.build
@@ -60,7 +60,7 @@ pkg.generate(
filebase: meson.project_name(),
name: 'José Library',
- requires_private: [ 'zlib', 'libcrypto' ],
+ libraries_private: [ zlib, libcrypto ],
libraries: libjose,
- requires: 'jansson',
+ requires: jansson,
)