[75761] trunk/dports/devel/boost/Portfile

adfernandes at macports.org adfernandes at macports.org
Mon Feb 7 11:09:17 PST 2011


Revision: 75761
          http://trac.macports.org/changeset/75761
Author:   adfernandes at macports.org
Date:     2011-02-07 11:09:14 -0800 (Mon, 07 Feb 2011)
Log Message:
-----------
devel/boost: patch to allow parallel building (#28224)

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

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2011-02-07 18:31:35 UTC (rev 75760)
+++ trunk/dports/devel/boost/Portfile	2011-02-07 19:09:14 UTC (rev 75761)
@@ -69,7 +69,8 @@
 
 build.cmd       ${worksrcpath}/bjam
 build.target
-build.args      -d2 \
+build.args      -j${build.jobs} \
+                -d2 \
                 --layout=tagged \
                 --debug-configuration \
                 --user-config=user-config.jam \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110207/65fa40ec/attachment.html>


More information about the macports-changes mailing list