]> git.pld-linux.org Git - packages/mapnik.git/blob - mapnik-boost_lib_names.patch
- release 5 (by relup.sh)
[packages/mapnik.git] / mapnik-boost_lib_names.patch
1 --- mapnik-0.7.1/SConstruct~    2010-03-22 18:40:47.000000000 +0200
2 +++ mapnik-0.7.1/SConstruct     2010-04-06 15:26:44.282392752 +0300
3 @@ -561,10 +561,6 @@
4          # which goes <toolset>-<threading>-<abi>-<version>. See:
5          #  http://www.boost.org/doc/libs/1_35_0/more/getting_started/unix-variants.html#library-naming
6          append_params = ['']
7 -        if env['BOOST_TOOLKIT']: append_params.append(env['BOOST_TOOLKIT'])
8 -        if thread_flag: append_params.append(thread_flag)
9 -        if env['BOOST_ABI']: append_params.append(env['BOOST_ABI'])
10 -        if env['BOOST_VERSION']: append_params.append(env['BOOST_VERSION'])
11  
12          # Constructing the BOOST_APPEND setting that will be used to find the
13          # Boost libraries.
This page took 0.05454 seconds and 3 git commands to generate.