Revision: 37322 http://trac.macosforge.org/projects/macports/changeset/37322 Author: ryandesign@macports.org Date: 2008-06-02 20:37:33 -0700 (Mon, 02 Jun 2008) Log Message: ----------- libxml2: fix parallel build; closes #15295; maintainer timeout Modified Paths: -------------- trunk/dports/textproc/libxml2/Portfile Modified: trunk/dports/textproc/libxml2/Portfile =================================================================== --- trunk/dports/textproc/libxml2/Portfile 2008-06-03 03:19:42 UTC (rev 37321) +++ trunk/dports/textproc/libxml2/Portfile 2008-06-03 03:37:33 UTC (rev 37322) @@ -39,6 +39,12 @@ use_parallel_build yes +pre-destroot { + # Work around parallel build issue with MacPorts 1.6.0. + # Remove when MacPorts 1.7.0 is released. + xinstall -d ${destroot}${prefix}/include/libxml2/libxml +} + test.run yes test.target check
participants (1)
-
ryandesign@macports.org