Revision
75761
Author
adfernandes@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

Diff

Modified: trunk/dports/devel/boost/Portfile (75760 => 75761)


--- 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 \