[91860] trunk/dports/devel/ice-cpp/Portfile

blair at macports.org blair at macports.org
Wed Apr 11 19:33:49 PDT 2012


Revision: 91860
          https://trac.macports.org/changeset/91860
Author:   blair at macports.org
Date:     2012-04-11 19:33:48 -0700 (Wed, 11 Apr 2012)
Log Message:
-----------
ice-cpp: enable parallel builds; patch by jmr copied from ice33-cpp.

Modified Paths:
--------------
    trunk/dports/devel/ice-cpp/Portfile

Modified: trunk/dports/devel/ice-cpp/Portfile
===================================================================
--- trunk/dports/devel/ice-cpp/Portfile	2012-04-12 02:21:39 UTC (rev 91859)
+++ trunk/dports/devel/ice-cpp/Portfile	2012-04-12 02:33:48 UTC (rev 91860)
@@ -93,7 +93,12 @@
 }
 
 build {
-        set cmd "cd ${build.dir} && make prefix='${prefix}' embedded_runpath_prefix='${prefix}' CC='${configure.cc}' CXX='${configure.cxx}' OPTIMIZE='yes' BZIP2_HOME='${prefix}' DB_HOME='${prefix}' EXPAT_HOME='${prefix}' OPENSSL_HOME='${prefix}' READLINE_HOME='${prefix}' USE_READLINE=yes MCPP_HOME='${prefix}' LDPLATFORMFLAGS= all && cd doc && make"
+        set jobsargs ""
+        if {${build.jobs} > 1} {
+                set jobsargs " -j${build.jobs}"
+        }
+
+    set cmd "cd ${build.dir} && make${jobsargs} prefix='${prefix}' embedded_runpath_prefix='${prefix}' CC='${configure.cc}' CXX='${configure.cxx}' OPTIMIZE='yes' BZIP2_HOME='${prefix}' DB_HOME='${prefix}' EXPAT_HOME='${prefix}' OPENSSL_HOME='${prefix}' READLINE_HOME='${prefix}' USE_READLINE=yes MCPP_HOME='${prefix}' LDPLATFORMFLAGS= all && cd doc && make"
         ui_debug ${cmd}
         system ${cmd}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120411/e19f2e31/attachment.html>


More information about the macports-changes mailing list