[36984] trunk/dports/devel/apr

dluke at macports.org dluke at macports.org
Wed May 21 20:01:32 PDT 2008


Revision: 36984
          http://trac.macosforge.org/projects/macports/changeset/36984
Author:   dluke at macports.org
Date:     2008-05-21 20:01:31 -0700 (Wed, 21 May 2008)

Log Message:
-----------
Allow parallel builds for apr and apr-util (fixes #15326 - thanks Ryan)

Modified Paths:
--------------
    trunk/dports/devel/apr/Portfile
    trunk/dports/devel/apr-util/Portfile

Modified: trunk/dports/devel/apr/Portfile
===================================================================
--- trunk/dports/devel/apr/Portfile	2008-05-22 02:42:19 UTC (rev 36983)
+++ trunk/dports/devel/apr/Portfile	2008-05-22 03:01:31 UTC (rev 36984)
@@ -23,6 +23,7 @@
 		sha1 f6b41162440a1275b3d61dfd3ce784f35d6b7a40 \
 		rmd160 d07de708c3019eec54eb4c354b1ef7680a2b7975
 
+use_parallel_build	yes
 configure.env   ac_cv_prog_AWK=awk
 configure.args	--with-installbuilddir=${prefix}/share/apr-1/build
 

Modified: trunk/dports/devel/apr-util/Portfile
===================================================================
--- trunk/dports/devel/apr-util/Portfile	2008-05-22 02:42:19 UTC (rev 36983)
+++ trunk/dports/devel/apr-util/Portfile	2008-05-22 03:01:31 UTC (rev 36984)
@@ -23,6 +23,7 @@
 		port:libiconv port:db44 \
 		port:sqlite3
 
+use_parallel_build	yes
 configure.args	--with-apr=${prefix}/bin/apr-1-config --with-expat=${prefix} \
 		--with-iconv=${prefix} --with-berkeley-db=${prefix}/include:${prefix}/lib/db44 \
 		--without-mysql --without-pgsql --with-sqlite3=${prefix}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080521/f8dd338a/attachment.htm 


More information about the macports-changes mailing list