diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-01 07:09:37 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-01 07:09:37 +0200 |
| commit | 6f11cd9eca4077c05285c2c9ef9b8a96acd61ada (patch) | |
| tree | 9102b8199c4b9124103db990f424ee6c1b3b3b00 /0002-Fix-346-always-generates-lexbor.pc-347.patch | |
| parent | cc4c0d77cc6da3e5318403bd073c5ff5206c7f66 (diff) | |
drop patches merged upstream
Diffstat (limited to '0002-Fix-346-always-generates-lexbor.pc-347.patch')
| -rw-r--r-- | 0002-Fix-346-always-generates-lexbor.pc-347.patch | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/0002-Fix-346-always-generates-lexbor.pc-347.patch b/0002-Fix-346-always-generates-lexbor.pc-347.patch deleted file mode 100644 index feb2dc1..0000000 --- a/0002-Fix-346-always-generates-lexbor.pc-347.patch +++ /dev/null @@ -1,44 +0,0 @@ -From b8498c2c23a30772acb580da4d9cf3c793859516 Mon Sep 17 00:00:00 2001 -From: Remi Collet <remi@remirepo.net> -Date: Thu, 26 Mar 2026 19:03:03 +0100 -Subject: [PATCH 2/2] Fix #346 always generates lexbor.pc (#347) - ---- - CMakeLists.txt | 21 +++++++++------------ - 1 file changed, 9 insertions(+), 12 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index eb3dcff..f794557 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -380,18 +380,15 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-config.cmake" - ################ - ## pkg-config configuration - ######################### --find_package(PkgConfig) --if (PKG_CONFIG_FOUND) -- configure_file( -- "${PROJECT_SOURCE_DIR}/lexbor.pc.in" -- "${PROJECT_BINARY_DIR}/lexbor.pc" -- @ONLY -- ) -- install( -- FILES "${PROJECT_BINARY_DIR}/lexbor.pc" -- DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig" -- ) --endif() -+configure_file( -+ "${PROJECT_SOURCE_DIR}/lexbor.pc.in" -+ "${PROJECT_BINARY_DIR}/lexbor.pc" -+ @ONLY -+) -+install( -+ FILES "${PROJECT_BINARY_DIR}/lexbor.pc" -+ DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig" -+) - - ################ - ## Build an RPM. --- -2.53.0 - |
