[37322] trunk/dports/textproc/libxml2/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jun 2 20:37:34 PDT 2008


Revision: 37322
          http://trac.macosforge.org/projects/macports/changeset/37322
Author:   ryandesign at 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
 

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


More information about the macports-changes mailing list