zlib: fix mapfile
[oi-userland.git] / components / library / poppler / patches / 02-gsed.patch
blobce8296d4f983043679c7994d6695320cd2fe67e2
1 Not suitable for upstream.
3 --- poppler-23.01.0/CMakeLists.txt
4 +++ poppler-23.01.0/CMakeLists.txt
5 @@ -387,7 +387,7 @@ configure_file(config.h.cmake ${CMAKE_CU
6 configure_file(poppler/poppler-config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/poppler/poppler-config.h)
8 find_program(GPERF gperf)
9 -find_program(SED sed)
10 +find_program(SED gsed)
12 set(poppler_SRCS
13 goo/GooString.cc