1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-22 05:00:30 -04:00
ports/science/py-tensorflow/files/patch-third__party_systemlibs_jsoncpp.build
Yuri Victorovich fe6826dccc devel/jsoncpp: Update 1.8.1 -> 1.9.2
PR:		229677
Differential Revision:	D22905
2020-01-13 21:38:35 +00:00

23 lines
718 B
Text

--- third_party/systemlibs/jsoncpp.BUILD.orig 2019-06-19 00:48:23.000000000 +0200
+++ third_party/systemlibs/jsoncpp.BUILD 2020-01-13 00:12:53.470881000 +0100
@@ -7,8 +7,10 @@
HEADERS = [
"include/json/autolink.h",
+ "include/json/allocator.h",
+ "include/json/assertions.h",
"include/json/config.h",
- "include/json/features.h",
+ "include/json/json_features.h",
"include/json/forwards.h",
"include/json/json.h",
"include/json/reader.h",
@@ -23,7 +25,7 @@
cmd = """
for i in $(OUTS); do
i=$${i##*/}
- ln -sf $(INCLUDEDIR)/jsoncpp/json/$$i $(@D)/include/json/$$i
+ ln -sf $(INCLUDEDIR)/json/$$i $(@D)/include/json/$$i
done
""",
)