summaryrefslogtreecommitdiff
path: root/net-misc/suite3270/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/suite3270/files')
-rw-r--r--net-misc/suite3270/files/suite3270-4.1-musl-wint-t-fix.patch12
1 files changed, 12 insertions, 0 deletions
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"
+