ports/devel/jwt-cpp/files/patch-include_jwt-cpp_jwt.h
Xavier Beaudouin 92ac6c157e devel/jwt-cpp: Use release assets and other fixes
After the nice suggestion from @diizzy and @mat, this port
will use the release assets instead.
LICENSE_FILE has been added and remove the picojson.h install.

Approved by:	0mp (mentor)
Approved by:	diizzy
Differential Revision:	https://reviews.freebsd.org/D50656
2025-09-15 13:43:28 +02:00

12 lines
254 B
C

--- include/jwt-cpp/jwt.h.orig 2025-09-15 07:23:21 UTC
+++ include/jwt-cpp/jwt.h
@@ -5,7 +5,7 @@
#ifndef PICOJSON_USE_INT64
#define PICOJSON_USE_INT64
#endif
-#include "picojson/picojson.h"
+#include "picojson.h"
#endif
#ifndef JWT_DISABLE_BASE64