mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
23 lines
718 B
Text
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
|
|
""",
|
|
)
|