Ticket #3662: como-posix-svid-defines.patch

File como-posix-svid-defines.patch, 815 bytes (added by mloskot <mateusz@…>, 13 years ago)

Patch adding <define> entries enabling POSIX support from Comeau

  • libs/test/build/Jamfile.v2

     
    1313                   <link>shared,<toolset>msvc:<cxxflags>-wd4275
    1414                   <toolset>msvc:<cxxflags>-wd4671
    1515                   <toolset>msvc:<cxxflags>-wd4673
     16                   <toolset>como:<define>_SVID_SOURCE=1 <define>_POSIX_SOURCE=1
    1617                   <warnings>all
    1718    : usage-requirements
    1819                   <define>BOOST_TEST_NO_AUTO_LINK=1
     
    106107
    107108boost-install boost_prg_exec_monitor
    108109              boost_test_exec_monitor
    109               boost_unit_test_framework ;
    110           
    111  No newline at end of file
     110              boost_unit_test_framework
     111       ;
     112