Author: jajcus Date: Fri May 8 20:12:21 2009 GMT Module: packages Tag: HEAD ---- Log message: - new package
---- Files affected: packages/mapnik: mapnik-boost_lib_names.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/mapnik/mapnik-boost_lib_names.patch diff -u /dev/null packages/mapnik/mapnik-boost_lib_names.patch:1.1 --- /dev/null Fri May 8 22:12:21 2009 +++ packages/mapnik/mapnik-boost_lib_names.patch Fri May 8 22:12:16 2009 @@ -0,0 +1,20 @@ +--- mapnik-0.6.0/SConstruct~ 2009-04-01 17:32:53.000000000 +0200 ++++ mapnik-0.6.0/SConstruct 2009-05-08 21:31:52.000000000 +0200 +@@ -588,10 +588,6 @@ + # which goes <toolset>-<threading>-<abi>-<version>. See: + # http://www.boost.org/doc/libs/1_35_0/more/getting_started/unix-variants.html#library-naming + append_params = [''] +- if env['BOOST_TOOLKIT']: append_params.append(env['BOOST_TOOLKIT']) +- if thread_flag: append_params.append(thread_flag) +- if env['BOOST_ABI']: append_params.append(env['BOOST_ABI']) +- if env['BOOST_VERSION']: append_params.append(env['BOOST_VERSION']) + + # if the user is not setting custom boost configuration + # enforce boost version greater than or equal to 1.33 +@@ -885,4 +881,4 @@ + SConscript('bindings/python/SConscript') + + # Configure fonts and if requested install the bundled DejaVu fonts +-SConscript('fonts/SConscript') +\ No newline at end of file ++SConscript('fonts/SConscript') ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
