@@ -377,7 +377,7 @@ opts.AddVariables(
377377 # Other variables
378378 BoolVariable ('SHAPE_MEMORY_MAPPED_FILE' , 'Utilize memory-mapped files in Shapefile Plugin (higher memory usage, better performance)' , 'True' ),
379379 ('SYSTEM_FONTS' ,'Provide location for python bindings to register fonts (if given aborts installation of bundled DejaVu fonts)' ,'' ),
380- ('LIB_DIR_NAME' ,'Name to use for the subfolder beside libmapnik where fonts and plugins are installed' ,'mapnik2 ' ),
380+ ('LIB_DIR_NAME' ,'Name to use for the subfolder beside libmapnik where fonts and plugins are installed' ,'mapnik ' ),
381381 PathVariable ('PYTHON' ,'Full path to Python executable used to build bindings' , sys .executable ),
382382 BoolVariable ('FRAMEWORK_PYTHON' , 'Link against Framework Python on Mac OS X' , 'True' ),
383383 BoolVariable ('PYTHON_DYNAMIC_LOOKUP' , 'On OSX, do not directly link python lib, but rather dynamically lookup symbols' , 'True' ),
@@ -1024,9 +1024,9 @@ if not preconfigured:
10241024 env ['MAPNIK_FONTS_DEST' ] = os .path .join (env ['MAPNIK_LIB_DIR_DEST' ],'fonts' )
10251025
10261026 if env ['LINKING' ] == 'static' :
1027- env ['MAPNIK_LIB_NAME' ] = '${LIBPREFIX}mapnik2 ${LIBSUFFIX}'
1027+ env ['MAPNIK_LIB_NAME' ] = '${LIBPREFIX}mapnik ${LIBSUFFIX}'
10281028 else :
1029- env ['MAPNIK_LIB_NAME' ] = '${SHLIBPREFIX}mapnik2 ${SHLIBSUFFIX}'
1029+ env ['MAPNIK_LIB_NAME' ] = '${SHLIBPREFIX}mapnik ${SHLIBSUFFIX}'
10301030
10311031 if env ['PKG_CONFIG_PATH' ]:
10321032 env ['ENV' ]['PKG_CONFIG_PATH' ] = os .path .realpath (env ['PKG_CONFIG_PATH' ])
@@ -1752,7 +1752,7 @@ if not HELP_REQUESTED:
17521752 # Install the python speed testing scripts if python bindings will be available
17531753 SConscript ('utils/performance/build.py' )
17541754
1755- # Install the mapnik2 upgrade script
1755+ # Install the mapnik upgrade script
17561756 SConscript ('utils/upgrade_map_xml/build.py' )
17571757
17581758 # Configure fonts and if requested install the bundled DejaVu fonts
0 commit comments