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.pc.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.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/picojson/files/patch-picojson.pc.in b/devel/picojson/files/patch-picojson.pc.in new file mode 100644 index 000000000000..772817c62951 --- /dev/null +++ b/devel/picojson/files/patch-picojson.pc.in @@ -0,0 +1,10 @@ +--- picojson.pc.in.orig 2025-06-03 19:41:23 UTC ++++ picojson.pc.in +@@ -0,0 +1,7 @@ ++prefix=@prefix@ ++includedir=@includedir@ ++ ++Name: picojson ++Description: Tiny JSON parser / serializer for C++ ++Version: @version@ ++Cflags: -I${includedir} |