diff options
author | Sam James <sam@gentoo.org> | 2022-07-02 21:17:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-02 21:17:16 +0000 |
commit | 7e853c664f4abbe5e1e82abca97f41e193c6c624 (patch) | |
tree | 5cc8f42bb6ba16cb2fd58e648f9091f76e1ef39c /net-proxy/havp/files/havp-0.92a-gcc12-time.patch | |
parent | sci-libs/caffe2: add support for nnpack (diff) | |
download | gentoo-7e853c664f4abbe5e1e82abca97f41e193c6c624.tar.gz gentoo-7e853c664f4abbe5e1e82abca97f41e193c6c624.tar.bz2 gentoo-7e853c664f4abbe5e1e82abca97f41e193c6c624.zip |
net-proxy/havp: fix build with GCC 12
Closes: https://bugs.gentoo.org/855575
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-proxy/havp/files/havp-0.92a-gcc12-time.patch')
-rw-r--r-- | net-proxy/havp/files/havp-0.92a-gcc12-time.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-proxy/havp/files/havp-0.92a-gcc12-time.patch b/net-proxy/havp/files/havp-0.92a-gcc12-time.patch new file mode 100644 index 000000000000..0faf90dca3a6 --- /dev/null +++ b/net-proxy/havp/files/havp-0.92a-gcc12-time.patch @@ -0,0 +1,11 @@ +https://bugs.gentoo.org/855575 +--- a/havp/logfile.cpp ++++ b/havp/logfile.cpp +@@ -30,6 +30,7 @@ + #include <map> + #include <cstdlib> + #include <cstring> ++#include <ctime> + + #define LOGSTRINGLENGTH 1000 + |