diff options
author | Violet Purcell <vimproved@inventati.org> | 2023-06-20 00:49:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-25 08:22:08 +0100 |
commit | 47740cd72e28a74bd91c71302e7993b5fa224439 (patch) | |
tree | 78a961b35c488f14e44756c865f3195a71dbb750 /sys-process/btop/btop-1.2.13-r2.ebuild | |
parent | sys-process/btop: Backport musl 1.2.4 fix (diff) | |
download | gentoo-47740cd72e28a74bd91c71302e7993b5fa224439.tar.gz gentoo-47740cd72e28a74bd91c71302e7993b5fa224439.tar.bz2 gentoo-47740cd72e28a74bd91c71302e7993b5fa224439.zip |
sys-process/btop: Backport patch to allow compilation with clang >=16
Bug: https://bugs.gentoo.org/839318
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/31534
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process/btop/btop-1.2.13-r2.ebuild')
-rw-r--r-- | sys-process/btop/btop-1.2.13-r2.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-process/btop/btop-1.2.13-r2.ebuild b/sys-process/btop/btop-1.2.13-r2.ebuild index 22dd41185a5b..a061530402ae 100644 --- a/sys-process/btop/btop-1.2.13-r2.ebuild +++ b/sys-process/btop/btop-1.2.13-r2.ebuild @@ -22,6 +22,10 @@ PATCHES=( # Backported fix for https://bugs.gentoo.org/908670 # can be removed in 1.2.14 or later "${FILESDIR}/${P}-musl-1.2.4-lfs64.patch" + + # Backported patch to allow compilation with clang 16 or above + # can be removed in 1.2.14 or later + "${FILESDIR}/${P}-allow-clang.patch" ) pkg_setup() { |