[96826] trunk/dports/devel/zeroc-ice34/Portfile
blair at macports.org
blair at macports.org
Sun Aug 19 10:21:06 PDT 2012
Revision: 96826
https://trac.macports.org/changeset/96826
Author: blair at macports.org
Date: 2012-08-19 10:21:06 -0700 (Sun, 19 Aug 2012)
Log Message:
-----------
zeroc-ice34: pass '-j N' to the documentation make.
Modified Paths:
--------------
trunk/dports/devel/zeroc-ice34/Portfile
Modified: trunk/dports/devel/zeroc-ice34/Portfile
===================================================================
--- trunk/dports/devel/zeroc-ice34/Portfile 2012-08-19 17:17:55 UTC (rev 96825)
+++ trunk/dports/devel/zeroc-ice34/Portfile 2012-08-19 17:21:06 UTC (rev 96826)
@@ -167,7 +167,7 @@
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"
+ 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${jobsargs}"
ui_debug ${cmd}
system ${cmd}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120819/75274a03/attachment.html>
More information about the macports-changes
mailing list