summarylogtreecommitdiffstats
path: root/0007-fix-including-langinfo.patch
diff options
context:
space:
mode:
Diffstat (limited to '0007-fix-including-langinfo.patch')
-rw-r--r--0007-fix-including-langinfo.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/0007-fix-including-langinfo.patch b/0007-fix-including-langinfo.patch
new file mode 100644
index 000000000000..24af2e0df168
--- /dev/null
+++ b/0007-fix-including-langinfo.patch
@@ -0,0 +1,12 @@
+diff -Naur aspell-0.60.7-20131207-orig/modules/speller/default/language.cpp aspell-0.60.7-20131207/modules/speller/default/language.cpp
+--- aspell-0.60.7-20131207-orig/modules/speller/default/language.cpp 2011-07-05 03:46:03.000000000 +0300
++++ aspell-0.60.7-20131207/modules/speller/default/language.cpp 2014-12-13 21:19:22.924600000 +0300
+@@ -20,7 +20,7 @@
+ #include "getdata.hpp"
+ #include "file_util.hpp"
+
+-#ifdef ENABLE_NLS
++#ifdef HAVE_LANGINFO_CODESET
+ # include <langinfo.h>
+ #endif
+