about summary refs log tree commit diff
path: root/pkgs/development/libraries/mapnik/cmake-harfbuzz.patch
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-10-30 11:55:14 -0700
committerRobert Schütz <nix@dotlambda.de>2022-10-30 11:55:24 -0700
commit9a91d12bcd83e344fef21214c377fb4e63d0de27 (patch)
treef5105155e5d4ed8cf712667d0b92e0f41b415ba9 /pkgs/development/libraries/mapnik/cmake-harfbuzz.patch
parent7bcfaeb21d57b8b926432bf017a94f030fbb2df8 (diff)
mapnik: unstable-2022-04-14 -> unstable-2022-10-18
Diffstat (limited to 'pkgs/development/libraries/mapnik/cmake-harfbuzz.patch')
-rw-r--r--pkgs/development/libraries/mapnik/cmake-harfbuzz.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/mapnik/cmake-harfbuzz.patch b/pkgs/development/libraries/mapnik/cmake-harfbuzz.patch
index f44b879b592f7..1d5ca6903d0b1 100644
--- a/pkgs/development/libraries/mapnik/cmake-harfbuzz.patch
+++ b/pkgs/development/libraries/mapnik/cmake-harfbuzz.patch
@@ -1,5 +1,5 @@
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index f2dc1f02d..739b8ae99 100644
+index d87a7052d..837867551 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -153,19 +153,8 @@ endif()
@@ -12,7 +12,7 @@ index f2dc1f02d..739b8ae99 100644
 -    message(STATUS "Found harfbuzz native cmake")
 -    list(APPEND MAPNIK_OPTIONAL_LIBS harfbuzz::harfbuzz)
 -else()
--    # Use pkg-config when harfbuzz is not found. 
+-    # Use pkg-config when harfbuzz is not found.
 -    # It might be possible that in future version harfbuzz could only be found via pkg-config.
 -    # harfbuzz related discussion: https://github.com/harfbuzz/harfbuzz/issues/2653
 -    message(STATUS "harfbuzz not found via cmake. Searching via pkg-config...")