Ticket #5048: boost_1_45_filesystem_gcc_hpux_patch

File boost_1_45_filesystem_gcc_hpux_patch, 730 bytes (added by ruipfernandes@…, 12 years ago)

patch

Line 
1*** libs/filesystem/build/Jamfile.v2 2010-07-06 12:17:54.000000000 +0100
2--- libs/filesystem/build/Jamfile.v2.patched 2011-01-07 14:45:23.000000000 +0000
3***************
4*** 8,13 ****
5--- 8,15 ----
6 # See library home page at http://www.boost.org/libs/filesystem
7
8 project boost/filesystem
9+ : requirements
10+ <host-os>hpux,<toolset>gcc:<define>_INCLUDE_STDC__SOURCE_199901
11 : source-location ..
12 : usage-requirements # pass these requirement to dependents (i.e. users)
13 <link>shared:<define>BOOST_FILESYSTEM_DYN_LINK=1
14***************
15*** 35,38 ****
16 ;
17
18
19! boost-install boost_filesystem ;
20\ No newline at end of file
21--- 37,40 ----
22 ;
23
24
25! boost-install boost_filesystem ;