From da7cbb075732f5f3eae5a42b6cf53d46caacf85c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 30 Jul 2022 21:11:00 +0100 Subject: gentoo auto-resync : 30:07:2022 - 21:10:59 --- net-misc/suite3270/files/suite3270-4.1-musl-wint-t-fix.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net-misc/suite3270/files/suite3270-4.1-musl-wint-t-fix.patch (limited to 'net-misc/suite3270/files') diff --git a/net-misc/suite3270/files/suite3270-4.1-musl-wint-t-fix.patch b/net-misc/suite3270/files/suite3270-4.1-musl-wint-t-fix.patch new file mode 100644 index 000000000000..8a3330d24b4b --- /dev/null +++ b/net-misc/suite3270/files/suite3270-4.1-musl-wint-t-fix.patch @@ -0,0 +1,12 @@ +# Fix unknown type name wint_t when building against musl +# Closes: https://bugs.gentoo.org/713618 +--- a/c3270/screen.c ++++ b/c3270/screen.c +@@ -63,6 +63,7 @@ + #include "utils.h" + #include "xio.h" + #include "xscroll.h" ++#include "wctype.h" + + #include "cscreen.h" + -- cgit v1.2.3