Ticket #13555: boost.diff

File boost.diff, 307 bytes (added by takanori@…, 16 years ago)

Here is a patch to fix this problem. (not '--with-icu' but '--with-icu=dir' is required)

  • Portfile

     
    9898        depends_lib             port:icu
    9999
    100100        configure.args-delete   --without-icu
    101         configure.args-append   --with-icu
     101        configure.args-append   --with-icu=${prefix}
    102102}