Ticket #15295: Portfile.diff

File Portfile.diff, 375 bytes (added by ryandesign (Ryan Carsten Schmidt), 16 years ago)

This seems to work around the problem

  • Portfile

     
    3939
    4040use_parallel_build      yes
    4141
     42pre-destroot {
     43    # Work around parallel build issue.
     44    xinstall -d ${destroot}${prefix}/include/libxml2/libxml
     45}
     46
    4247test.run              yes
    4348test.target           check
    4449