commit: 673be8594003832819f620b72bd05650d16ac09a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 15 21:02:52 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 15 21:02:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673be859
sys-process/atop: add descriptions to patches I mistakenly left in a placeholder. Pointed out by NHO. Signed-off-by: Sam James <sam <AT> gentoo.org> sys-process/atop/files/atop-2.11.0-build.patch | 6 +++++- sys-process/atop/files/atop-2.11.0-respect-opt.patch | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sys-process/atop/files/atop-2.11.0-build.patch b/sys-process/atop/files/atop-2.11.0-build.patch index 37d262a553f9..daca37401814 100644 --- a/sys-process/atop/files/atop-2.11.0-build.patch +++ b/sys-process/atop/files/atop-2.11.0-build.patch @@ -1,7 +1,11 @@ From 26a85b778ecf45989347ddee256af65f9b26747d Mon Sep 17 00:00:00 2001 From: Sam James <[email protected]> Date: Sun, 11 Aug 2024 22:04:15 +0100 -Subject: [PATCH] foo +Subject: [PATCH] Respect *FLAGS, use pkg-config + +* Respect CFLAGS +* Use pkg-config instead of hardcoding -lncursesw (in particular, this + is needed if a distribution has 'split tinfo') Signed-off-by: Sam James <[email protected]> --- a/Makefile diff --git a/sys-process/atop/files/atop-2.11.0-respect-opt.patch b/sys-process/atop/files/atop-2.11.0-respect-opt.patch index e768299c011a..be656a3f883b 100644 --- a/sys-process/atop/files/atop-2.11.0-respect-opt.patch +++ b/sys-process/atop/files/atop-2.11.0-respect-opt.patch @@ -1,3 +1,4 @@ +Don't force -O2. --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ PMPATH2 = /usr/lib64/pm-utils/sleep.d
