This commit is contained in:
Dane Springmeyer 2009-11-25 09:05:08 +00:00
parent b104253d9c
commit 8c1538b152

View file

@ -661,7 +661,7 @@ if not preconfigured:
# requires custom supplied headers since Apple does not include them # requires custom supplied headers since Apple does not include them
# details: http://lists.apple.com/archives/xcode-users/2005/Jun/msg00633.html # details: http://lists.apple.com/archives/xcode-users/2005/Jun/msg00633.html
# To use system lib download and make && make install one of these: # To use system lib download and make && make install one of these:
http://www.opensource.apple.com/tarballs/ICU/ # http://www.opensource.apple.com/tarballs/ICU/
# then copy the headers to a location that mapnik will find # then copy the headers to a location that mapnik will find
if env['ICU_LIB_NAME'] == 'icucore': if env['ICU_LIB_NAME'] == 'icucore':
env.Append(CXXFLAGS = '-DU_HIDE_DRAFT_API') env.Append(CXXFLAGS = '-DU_HIDE_DRAFT_API')