diff options
| author | Holger Hoffstätte <holger@applied-asynchrony.com> | 2025-06-25 14:54:55 +0200 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-06-26 20:47:23 +0100 |
| commit | cf7e79a152bf94c77fb5bd517564686ecef4b7c0 (patch) | |
| tree | e93be4524063f02e6a053238e4b75cdfcd0488cd /dev-libs/json-c/json-c-9999.ebuild | |
| parent | a019cebf647f9e2a93a15132fe449829fbe13d09 (diff) | |
| download | gentoo-cf7e79a152bf94c77fb5bd517564686ecef4b7c0.tar.gz gentoo-cf7e79a152bf94c77fb5bd517564686ecef4b7c0.tar.bz2 gentoo-cf7e79a152bf94c77fb5bd517564686ecef4b7c0.zip | |
dev-libs/json-c: add patch for cmake4
Closes: https://bugs.gentoo.org/958972
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/42736
Closes: https://github.com/gentoo/gentoo/pull/42736
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/json-c/json-c-9999.ebuild')
| -rw-r--r-- | dev-libs/json-c/json-c-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
