diff options
| author | James Le Cuirot <chewi@gentoo.org> | 2023-11-16 22:57:23 +0000 |
|---|---|---|
| committer | James Le Cuirot <chewi@gentoo.org> | 2023-11-16 22:57:23 +0000 |
| commit | bd2f66aa4cbf947420bbfe4a6f0067fb0489ac22 (patch) | |
| tree | b0166b3e619720afd35a3e9493b42cf79059448e /dev-cpp/sdbus-c++/files/sdbus-c++-pc-reqs.patch | |
| parent | b1b52fba1f0e84e7df5ec12126574cac14235a00 (diff) | |
| download | gentoo-bd2f66aa4cbf947420bbfe4a6f0067fb0489ac22.tar.gz gentoo-bd2f66aa4cbf947420bbfe4a6f0067fb0489ac22.tar.bz2 gentoo-bd2f66aa4cbf947420bbfe4a6f0067fb0489ac22.zip | |
dev-cpp/sdbus-c++: Bump to 1.4.0, fix GCC 14, drop old
Thanks to Alfred Wingate for the patch.
Closes: https://bugs.gentoo.org/917157
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-cpp/sdbus-c++/files/sdbus-c++-pc-reqs.patch')
| -rw-r--r-- | dev-cpp/sdbus-c++/files/sdbus-c++-pc-reqs.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-cpp/sdbus-c++/files/sdbus-c++-pc-reqs.patch b/dev-cpp/sdbus-c++/files/sdbus-c++-pc-reqs.patch deleted file mode 100644 index 9730bda5bc65..000000000000 --- a/dev-cpp/sdbus-c++/files/sdbus-c++-pc-reqs.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 0733b41..fd613be 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -210,6 +210,11 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/cmake/sdbus-c++-config.cmake - DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/sdbus-c++ - COMPONENT dev) - -+if(BUILD_LIBSYSTEMD OR pkgcfg_lib_Systemd_systemd MATCHES "\.a$") -+ set(PKGCONFIG_REQS "") -+else() -+ set(PKGCONFIG_REQS "libsystemd") -+endif() - configure_file(pkgconfig/sdbus-c++.pc.in pkgconfig/sdbus-c++.pc @ONLY) - install(FILES ${CMAKE_CURRENT_BINARY_DIR}/pkgconfig/sdbus-c++.pc - DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig COMPONENT dev) -diff --git a/pkgconfig/sdbus-c++.pc.in b/pkgconfig/sdbus-c++.pc.in -index 21e0f0b..a6d6ec9 100644 ---- a/pkgconfig/sdbus-c++.pc.in -+++ b/pkgconfig/sdbus-c++.pc.in -@@ -5,7 +5,7 @@ includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ - - Name: @PROJECT_NAME@ - Description: C++ library on top of sd-bus, a systemd D-Bus library --Requires: libsystemd -+Requires: @PKGCONFIG_REQS@ - Version: @SDBUSCPP_VERSION@ - Libs: -L${libdir} -l@PROJECT_NAME@ - Cflags: -I${includedir} |
