diff options
| author | Christopher Fore <csfore@posteo.net> | 2024-08-09 09:13:53 -0400 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-08-09 14:24:00 +0100 |
| commit | 79d5a2baf84f5a9086cf49095928bc9fb31cfb82 (patch) | |
| tree | f00d3780f89a2218aba90fabe22604b8d5cd807d /dev-cpp/json11/json11-1.0.0-r1.ebuild | |
| parent | 5c661f0ee0a47feb9da8e16ab5c0eda9f54cd7d0 (diff) | |
| download | gentoo-79d5a2baf84f5a9086cf49095928bc9fb31cfb82.tar.gz gentoo-79d5a2baf84f5a9086cf49095928bc9fb31cfb82.tar.bz2 gentoo-79d5a2baf84f5a9086cf49095928bc9fb31cfb82.zip | |
dev-cpp/json11: Fix compilation on GCC 15
Closes: https://bugs.gentoo.org/937530
Signed-off-by: Christopher Fore <csfore@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/38028
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/json11/json11-1.0.0-r1.ebuild')
| -rw-r--r-- | dev-cpp/json11/json11-1.0.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-cpp/json11/json11-1.0.0-r1.ebuild b/dev-cpp/json11/json11-1.0.0-r1.ebuild index ab8457f641aa..66b400e6f1bd 100644 --- a/dev-cpp/json11/json11-1.0.0-r1.ebuild +++ b/dev-cpp/json11/json11-1.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,4 +16,5 @@ KEYWORDS="amd64 x86" PATCHES=( "${FILESDIR}"/${P}-fix-multiarch-install.patch "${FILESDIR}"/${PN}-1.0.0-json11.pc-do-not-state-the-defaults.patch + "${FILESDIR}"/${PN}-1.0.0-include-cstdint.patch ) |
