commit: 10d8adb74bc2d3193024e56ed720d6b55111b26c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 19 15:05:49 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 19 15:10:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d8adb7
net-misc/apt-cacher-ng: append GCC 14 patch Add another <algorithm> include. Closes: https://bugs.gentoo.org/932676 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/apt-cacher-ng/files/apt-cacher-ng-3.7.4-gcc14.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/net-misc/apt-cacher-ng/files/apt-cacher-ng-3.7.4-gcc14.patch b/net-misc/apt-cacher-ng/files/apt-cacher-ng-3.7.4-gcc14.patch index 345d7d5c80e4..913a18477c84 100644 --- a/net-misc/apt-cacher-ng/files/apt-cacher-ng-3.7.4-gcc14.patch +++ b/net-misc/apt-cacher-ng/files/apt-cacher-ng-3.7.4-gcc14.patch @@ -37,3 +37,13 @@ #include <map> #include <iostream> +--- a/fs/httpfs.cc ++++ b/fs/httpfs.cc +@@ -38,6 +38,7 @@ + #include <dlfcn.h> + #endif + ++#include <algorithm> + #include <list> + #include <unordered_map> +
