[41935] trunk/dports/devel/icu/Portfile

nox at macports.org nox at macports.org
Wed Nov 12 02:50:12 PST 2008


Revision: 41935
          http://trac.macports.org/changeset/41935
Author:   nox at macports.org
Date:     2008-11-12 02:50:11 -0800 (Wed, 12 Nov 2008)
Log Message:
-----------
icu: Disabled parallel build (closes #17203).

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

Modified: trunk/dports/devel/icu/Portfile
===================================================================
--- trunk/dports/devel/icu/Portfile	2008-11-12 10:46:52 UTC (rev 41934)
+++ trunk/dports/devel/icu/Portfile	2008-11-12 10:50:11 UTC (rev 41935)
@@ -9,7 +9,7 @@
 set doc_version [join [lrange [split ${version} .] 0 1] _]
 categories      devel
 platforms       darwin freebsd
-maintainers     nox
+maintainers     nox openmaintainer
 description     International Components for Unicode
 
 long_description \
@@ -59,14 +59,14 @@
 }
 
 # Fix bug #11981 that prevents ICU from building when upgrading.
-# The default configure flags causes utilisation of outdated ICU headers/libs instead of the right
-# ones. Eventually the virtual chroot mechanism will fix that.
+# The default configure flags causes utilisation of outdated ICU
+# headers/libs instead of the right ones.
 configure.cppflags
 configure.ldflags
 
 build.type      gnu
 
-use_parallel_build  yes
+use_parallel_build  no
 
 test.run        yes
 test.target     check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081112/34144628/attachment.html>


More information about the macports-changes mailing list