Date: Tue, 1 Nov 2022 10:33:49 GMT From: Felix Palmen <zirias@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e3122de1db40 - main - multimedia/zoneminder: Fix build with libressl 3.5 Message-ID: <202211011033.2A1AXn0F076252@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by zirias: URL: https://cgit.FreeBSD.org/ports/commit/?id=e3122de1db40f7141ba55866843a6560d3fe0624 commit e3122de1db40f7141ba55866843a6560d3fe0624 Author: Felix Palmen <zirias@FreeBSD.org> AuthorDate: 2022-10-18 11:03:49 +0000 Commit: Felix Palmen <zirias@FreeBSD.org> CommitDate: 2022-11-01 10:32:02 +0000 multimedia/zoneminder: Fix build with libressl 3.5 PR: 267198 Approved by: bsd@abinet.ru (maintainer), tcberner (mentor) --- .../files/patch-dep_jwt-cpp_include_jwt-cpp_jwt.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/multimedia/zoneminder/files/patch-dep_jwt-cpp_include_jwt-cpp_jwt.h b/multimedia/zoneminder/files/patch-dep_jwt-cpp_include_jwt-cpp_jwt.h new file mode 100644 index 000000000000..aa01fb69f479 --- /dev/null +++ b/multimedia/zoneminder/files/patch-dep_jwt-cpp_include_jwt-cpp_jwt.h @@ -0,0 +1,14 @@ +--- dep/jwt-cpp/include/jwt-cpp/jwt.h.orig 2022-10-18 11:00:07 UTC ++++ dep/jwt-cpp/include/jwt-cpp/jwt.h +@@ -45,11 +45,6 @@ + #define OPENSSL110 + #endif + +-#if defined(LIBRESSL_VERSION_NUMBER) +-#define OPENSSL10 +-#define OPENSSL110 +-#endif +- + #ifndef JWT_CLAIM_EXPLICIT + #define JWT_CLAIM_EXPLICIT explicit + #endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211011033.2A1AXn0F076252>