Show
Ignore:
Timestamp:
06/29/08 06:40:08 (5 months ago)
Author:
artem
Message:

applied font fallbacj patch from Beau Gunderson

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/bindings/python/SConscript

    r668 r701  
    4141libraries = ['mapnik','png','jpeg'] 
    4242if env['THREADING'] == 'multi': 
    43     libraries.append('boost_python%s%s' % (env['BOOST_APPEND'],thread_suffix)) 
    44 else : 
    45     libraries.append('boost_python%s' % env['BOOST_APPEND']) 
     43    #libraries.append('boost_python%s%s-1_35' % (env['BOOST_APPEND'],thread_suffix)) 
     44    libraries.append('boost_python%s-1_35' % (thread_suffix)) 
     45#else : 
     46#    libraries.append('boost_python%s' % env['BOOST_APPEND']) 
    4647 
    4748if env['PLATFORM'] == 'Darwin': 
     49    libraries.append(env['LIBS']) 
    4850    libraries.append('icuuc') 
    4951    libraries.append('icudata') 
    50     if env['THREADING'] == 'multi': 
    51         libraries.append('boost_regex%s%s' % (env['BOOST_APPEND'],thread_suffix)) 
    52     else : 
    53         libraries.append('boost_regex%s' % env['BOOST_APPEND']) 
    54     if env['THREADING'] == 'multi': 
    55         libraries.append('boost_thread%s%s' % (env['BOOST_APPEND'],thread_suffix)) 
     52    #if env['THREADING'] == 'multi': 
     53    #    libraries.append('boost_regex%s%s' % (env['BOOST_APPEND'],thread_suffix)) 
     54    #else : 
     55    #    libraries.append('boost_regex%s' % env['BOOST_APPEND']) 
     56     
     57    #if env['THREADING'] == 'multi': 
     58    #    libraries.append('boost_thread%s%s' % (env['BOOST_APPEND'],thread_suffix)) 
    5659    if '-DHAVE_PYCAIRO' in env['CXXFLAGS']: 
    5760        libraries.append([lib for lib in env['LIBS'] if lib.startswith('cairo')])