ports/devel/picojson/files/patch-picojson.pc.in
Daniel Engberg b125360a0b 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
2025-06-25 22:49:16 +02:00

11 lines
240 B
PkgConfig

--- 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}