mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
--- src/lib_json/sconscript.orig 2016-05-09 23:15:49 UTC
|
|
+++ src/lib_json/sconscript
|
|
@@ -5,4 +5,4 @@ buildLibrary( env, Split( """
|
|
json_value.cpp
|
|
json_writer.cpp
|
|
""" ),
|
|
- 'json' )
|
|
+ 'jsoncpp' )
|