diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-06-25 22:04:37 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-06-25 22:49:16 +0200 |
commit | b125360a0b37b795731ed50ec2cbaf68c902e19c (patch) | |
tree | 99d9c50fbbd3d84153431b4bb46bd2ffaa588151 /devel/picojson/files/patch-picojson-config.cmake.in | |
parent | www/tor-browser: Update 14.5.3 => 14.5.4 (diff) |
devel/picojson: Update to latest commit and import upstream PR #159
* Update to latest commit as consumers of picojson expects installed
version to be based of master branch
* Import upstream PR #159 to make it easier for consumers to
find picojson
PR: 287277
Reported by: kiwi
Approved by: maintainer timeout, 2+ weeks
Diffstat (limited to '')
-rw-r--r-- | devel/picojson/files/patch-picojson-config.cmake.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/picojson/files/patch-picojson-config.cmake.in b/devel/picojson/files/patch-picojson-config.cmake.in new file mode 100644 index 000000000000..8317fdfed285 --- /dev/null +++ b/devel/picojson/files/patch-picojson-config.cmake.in @@ -0,0 +1,8 @@ +--- picojson-config.cmake.in.orig 2025-06-03 19:41:13 UTC ++++ picojson-config.cmake.in +@@ -0,0 +1,5 @@ ++@PACKAGE_INIT@ ++ ++include("${CMAKE_CURRENT_LIST_DIR}/picojson-targets.cmake") ++ ++check_required_components(picojson) |