From afdfa05c5ce824f49340d033a80cdee422ac264a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 8 Aug 2023 09:27:00 +0100 Subject: gentoo auto-resync : 08:08:2023 - 09:27:00 --- .../files/detachtty-11.0.0-clang16-build-fix.patch | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 app-misc/detachtty/files/detachtty-11.0.0-clang16-build-fix.patch (limited to 'app-misc/detachtty/files') diff --git a/app-misc/detachtty/files/detachtty-11.0.0-clang16-build-fix.patch b/app-misc/detachtty/files/detachtty-11.0.0-clang16-build-fix.patch new file mode 100644 index 000000000000..62a3cc1c3eb1 --- /dev/null +++ b/app-misc/detachtty/files/detachtty-11.0.0-clang16-build-fix.patch @@ -0,0 +1,43 @@ +Bug: https://bugs.gentoo.org/894544 +Upstream PR: https://github.com/cosmos72/detachtty/pull/6 +--- a/attachtty.c ++++ b/attachtty.c +@@ -22,6 +22,7 @@ + + #include + #include ++#include + + #include "config.h" + +--- a/config.h ++++ b/config.h +@@ -24,7 +24,7 @@ + #define DETACHTTY_CONFIG_H + + #include +-#include ++#include + #include + #include + #include +--- a/copy-stream.c ++++ b/copy-stream.c +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + + #include "config.h" + +--- a/detachtty.c ++++ b/detachtty.c +@@ -26,6 +26,7 @@ + #include + #include + #include ++#include + + #ifndef UNIX_PATH_MAX + # define UNIX_PATH_MAX 108 -- cgit v1.2.3