From cf7e79a152bf94c77fb5bd517564686ecef4b7c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Hoffst=C3=A4tte?= Date: Wed, 25 Jun 2025 14:54:55 +0200 Subject: dev-libs/json-c: add patch for cmake4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/958972 Signed-off-by: Holger Hoffstätte Part-of: https://github.com/gentoo/gentoo/pull/42736 Closes: https://github.com/gentoo/gentoo/pull/42736 Signed-off-by: Sam James --- dev-libs/json-c/json-c-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-libs/json-c/json-c-9999.ebuild') diff --git a/dev-libs/json-c/json-c-9999.ebuild b/dev-libs/json-c/json-c-9999.ebuild index 95c54f504c3d..10b5af025f3c 100644 --- a/dev-libs/json-c/json-c-9999.ebuild +++ b/dev-libs/json-c/json-c-9999.ebuild @@ -30,6 +30,8 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/json-c/config.h ) +PATCHES=( "${FILESDIR}/0.18.0-cmake4.patch" ) + multilib_src_configure() { # Tests use Valgrind automagically otherwise (bug #927027) export USE_VALGRIND=0 -- cgit v1.2.3