[148356] trunk/dports/devel/jsoncpp/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 5 04:14:22 PDT 2016


Revision: 148356
          https://trac.macports.org/changeset/148356
Author:   ryandesign at macports.org
Date:     2016-05-05 04:14:22 -0700 (Thu, 05 May 2016)
Log Message:
-----------
jsoncpp: also build and install shared library (#51205)

Modified Paths:
--------------
    trunk/dports/devel/jsoncpp/Portfile

Modified: trunk/dports/devel/jsoncpp/Portfile
===================================================================
--- trunk/dports/devel/jsoncpp/Portfile	2016-05-05 11:13:54 UTC (rev 148355)
+++ trunk/dports/devel/jsoncpp/Portfile	2016-05-05 11:14:22 UTC (rev 148356)
@@ -6,6 +6,7 @@
 PortGroup           cmake 1.0
 
 github.setup        open-source-parsers jsoncpp 1.7.2
+revision            1
 categories          devel
 platforms           darwin
 maintainers         gmail.com:felipou
@@ -21,3 +22,7 @@
 patchfiles          patch-CMakeLists.txt.diff
 
 cmake.out_of_source yes
+
+configure.args-append \
+                    -DBUILD_SHARED_LIBS=ON \
+                    -DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160505/b407951f/attachment.html>


More information about the macports-changes mailing list