summary refs log tree commit diff
path: root/pkgs/development/libraries/mapnik/include.patch
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2021-11-13 22:27:29 +0100
committerRobert Schütz <nix@dotlambda.de>2022-10-29 10:36:50 -0700
commitd35077ae8bfeba5004438046bffd9515fef33214 (patch)
tree687a81ec5331c1f28b6c2b74651a25baaeafea36 /pkgs/development/libraries/mapnik/include.patch
parent7c224b3e127ad37b27f31aaa71ae5959320bd492 (diff)
downloadnixpkgs-d35077ae8bfeba5004438046bffd9515fef33214.tar
nixpkgs-d35077ae8bfeba5004438046bffd9515fef33214.tar.gz
nixpkgs-d35077ae8bfeba5004438046bffd9515fef33214.tar.bz2
nixpkgs-d35077ae8bfeba5004438046bffd9515fef33214.tar.lz
nixpkgs-d35077ae8bfeba5004438046bffd9515fef33214.tar.xz
nixpkgs-d35077ae8bfeba5004438046bffd9515fef33214.tar.zst
nixpkgs-d35077ae8bfeba5004438046bffd9515fef33214.zip
mapnik: 3.1.0 -> unstable-2022-04-14
- use CMake. I just didn't got it to work with SCons.
- patch cmake to find harfbuzz
- prefetch catch2 for enabling tests
- add erictapen as maintainer
- build mapnik-config with scons, as it isn't build by cmake
- use python3 exclusively
- build with harfbuzz-icu
- change license to lgpl21Plus
- use PROJ 8
- use latest scons, but use cmake for everything but mapnik-config
- don't make postgresql optional

Co-Authored-by: Robert Schütz <nix@dotlambda.de>
Diffstat (limited to 'pkgs/development/libraries/mapnik/include.patch')
-rw-r--r--pkgs/development/libraries/mapnik/include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/development/libraries/mapnik/include.patch b/pkgs/development/libraries/mapnik/include.patch
new file mode 100644
index 00000000000..e13f4a43cbc
--- /dev/null
+++ b/pkgs/development/libraries/mapnik/include.patch
@@ -0,0 +1,11 @@
+diff --git a/benchmark/src/test_png_encoding2.cpp b/benchmark/src/test_png_encoding2.cpp
+index 19897d180..5791b139c 100644
+--- a/benchmark/src/test_png_encoding2.cpp
++++ b/benchmark/src/test_png_encoding2.cpp
+@@ -1,5 +1,6 @@
+ #include "bench_framework.hpp"
+ #include "compare_images.hpp"
++#include <memory>
+ 
+ class test : public benchmark::test_case
+ {