Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/cmake/MapnikExportPkgConfig.cmake b/cmake/MapnikExportPkgConfig.cmake 2index f12ed57f1..548e1e6e9 100644 3--- a/cmake/MapnikExportPkgConfig.cmake 4+++ b/cmake/MapnikExportPkgConfig.cmake 5@@ -3,7 +3,7 @@ function(create_pkg_config_file _target _lib_name _description) 6 prefix=@CMAKE_INSTALL_PREFIX@ 7 exec_prefix=${prefix} 8 includedir=${prefix}/include 9-libdir=${exec_prefix}/@MAPNIK_LIB_DIR@ 10+libdir=${exec_prefix}@MAPNIK_LIB_DIR@ 11 12 Name: @_lib_name@ 13 Description: @_description@ 14@@ -64,9 +64,9 @@ function(create_pkg_config_file_mapnik _lib_name _description) 15 prefix=@CMAKE_INSTALL_PREFIX@ 16 exec_prefix=${prefix} 17 includedir=${prefix}/include 18-libdir=${exec_prefix}/@MAPNIK_LIB_DIR@ 19-fonts_dir=${prefix}/@FONTS_INSTALL_DIR@ 20-plugins_dir=${prefix}/@PLUGINS_INSTALL_DIR@ 21+libdir=${exec_prefix}@MAPNIK_LIB_DIR@ 22+fonts_dir=@FONTS_INSTALL_DIR@ 23+plugins_dir=@PLUGINS_INSTALL_DIR@ 24 25 Name: @_lib_name@ 26 Description: @_description@