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
12 lines
330 B
C
12 lines
330 B
C
--- include/jwt-cpp/traits/kazuho-picojson/traits.h.orig 2025-09-15 07:42:35 UTC
|
|
+++ include/jwt-cpp/traits/kazuho-picojson/traits.h
|
|
@@ -4,7 +4,7 @@
|
|
#ifndef PICOJSON_USE_INT64
|
|
#define PICOJSON_USE_INT64
|
|
#endif
|
|
-#include "picojson/picojson.h"
|
|
+#include "picojson.h"
|
|
|
|
#ifndef JWT_DISABLE_PICOJSON
|
|
#define JWT_DISABLE_PICOJSON
|