diff options
author | Sam James <sam@gentoo.org> | 2024-11-19 15:05:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-19 15:10:47 +0000 |
commit | 10d8adb74bc2d3193024e56ed720d6b55111b26c (patch) | |
tree | ef63acef1b65a743009ef5b1df8011bc324f97d3 /net-misc | |
parent | net-libs/ngtcp2: add 1.9.0 (diff) | |
download | gentoo-10d8adb74bc2d3193024e56ed720d6b55111b26c.tar.gz gentoo-10d8adb74bc2d3193024e56ed720d6b55111b26c.tar.bz2 gentoo-10d8adb74bc2d3193024e56ed720d6b55111b26c.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/apt-cacher-ng/files/apt-cacher-ng-3.7.4-gcc14.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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> + |