From 57a8a56b1036b3ee654acc97e87f25b8d0478cce Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 25 Oct 2022 12:55:39 +0100 Subject: net-proxy/tayga: fix build w/ Clang 16 Bug: https://bugs.gentoo.org/867217 Closes: https://bugs.gentoo.org/871678 Signed-off-by: Sam James --- .../tayga-0.9.2-Fix-implicit-function-declaration.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 net-proxy/tayga/files/tayga-0.9.2-Fix-implicit-function-declaration.patch (limited to 'net-proxy/tayga/files/tayga-0.9.2-Fix-implicit-function-declaration.patch') diff --git a/net-proxy/tayga/files/tayga-0.9.2-Fix-implicit-function-declaration.patch b/net-proxy/tayga/files/tayga-0.9.2-Fix-implicit-function-declaration.patch new file mode 100644 index 000000000000..581aecc0a53f --- /dev/null +++ b/net-proxy/tayga/files/tayga-0.9.2-Fix-implicit-function-declaration.patch @@ -0,0 +1,16 @@ +From 64b2c3859304c595e7099dd157596951ec21562b Mon Sep 17 00:00:00 2001 +From: Sam James +Date: Tue, 25 Oct 2022 12:54:31 +0100 +Subject: [PATCH] Fix implicit function declaration + +Bug: https://bugs.gentoo.org/871678 +--- a/nat64.c ++++ b/nat64.c +@@ -16,6 +16,7 @@ + */ + + #include ++#include + + extern struct config *gcfg; + -- cgit v1.2.3