diff options
Diffstat (limited to 'app-office/texstudio/files/texstudio-2.6.4-hunspell-quazip.patch')
-rw-r--r-- | app-office/texstudio/files/texstudio-2.6.4-hunspell-quazip.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-office/texstudio/files/texstudio-2.6.4-hunspell-quazip.patch b/app-office/texstudio/files/texstudio-2.6.4-hunspell-quazip.patch new file mode 100644 index 000000000000..0ddcccb06147 --- /dev/null +++ b/app-office/texstudio/files/texstudio-2.6.4-hunspell-quazip.patch @@ -0,0 +1,16 @@ + spellerutility.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/spellerutility.h b/spellerutility.h +index 7e1b980..b0bc8b8 100644 +--- a/spellerutility.h ++++ b/spellerutility.h +@@ -13,7 +13,7 @@ +
+ #include "mostQtHeaders.h"
+
+-#include "hunspell/hunspell.hxx"
++#include <hunspell.hxx>
+ class SpellerUtility: public QObject {
+ Q_OBJECT
+ public:
|