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