Ticket #15664: boost-debug.patch

File boost-debug.patch, 355 bytes (added by arsptr@…, 16 years ago)

Portfile patch

  • Portfile

    old new  
    130130        file copy ${worksrcpath}/libs ${destroot}${prefix}/share/doc/${name}
    131131    }
    132132}
     133
     134variant debug {
     135    build.pre_args-append       BJAM_CONFIG="debug release"
     136    destroot.pre_args-append    BJAM_CONFIG="debug release"
     137}