summaryrefslogtreecommitdiff
path: root/net-dns/pdns/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-17 02:06:14 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-17 02:06:14 +0000
commit5987fa693ef880163ebde423615a177cb5bda20e (patch)
tree643ae0ed032ef417c538f8d04da516b9c2fa2a7d /net-dns/pdns/files
parent41e056b08e4c5c8d6e78407a5586afa52867fd5f (diff)
gentoo auto-resync : 17:02:2023 - 02:06:14
Diffstat (limited to 'net-dns/pdns/files')
-rw-r--r--net-dns/pdns/files/pdns-4.7.3-gcc-13.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-dns/pdns/files/pdns-4.7.3-gcc-13.patch b/net-dns/pdns/files/pdns-4.7.3-gcc-13.patch
new file mode 100644
index 000000000000..79e705a63379
--- /dev/null
+++ b/net-dns/pdns/files/pdns-4.7.3-gcc-13.patch
@@ -0,0 +1,18 @@
+commit d8b4ea24dc5dbe7c53c24bfffba24bcae7f58e02
+Author: Peter van Dijk <peter.van.dijk@powerdns.com>
+Date: Mon Jan 23 14:54:09 2023 +0100
+
+ lock.hh: include <stdexcept>
+
+diff --git a/pdns/lock.hh b/pdns/lock.hh
+index e8bd82988..a08951a26 100644
+--- a/pdns/lock.hh
++++ b/pdns/lock.hh
+@@ -22,6 +22,7 @@
+ #pragma once
+ #include <mutex>
+ #include <shared_mutex>
++#include <stdexcept>
+
+ /*
+ This file provides several features around locks: