mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
qmltermwidget: fix ftbfs
This commit is contained in:
parent
3061913b90
commit
ecaeb6f5f8
1 changed files with 13 additions and 0 deletions
13
srcpkgs/qmltermwidget/patches/iswspace.patch
Normal file
13
srcpkgs/qmltermwidget/patches/iswspace.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Index: lib/TerminalCharacterDecoder.cpp
|
||||||
|
===================================================================
|
||||||
|
--- lib/TerminalCharacterDecoder.cpp.orig
|
||||||
|
+++ lib/TerminalCharacterDecoder.cpp
|
||||||
|
@@ -22,6 +22,8 @@
|
||||||
|
// Own
|
||||||
|
#include "TerminalCharacterDecoder.h"
|
||||||
|
|
||||||
|
+#include <cwctype>
|
||||||
|
+
|
||||||
|
// Qt
|
||||||
|
#include <QTextStream>
|
||||||
|
|
Loading…
Add table
Reference in a new issue