summarylogtreecommitdiffstats
path: root/0007-fix-including-langinfo.patch
diff options
context:
space:
mode:
authorBuildTools2015-09-22 11:39:57 -0700
committerBuildTools2015-09-22 11:39:57 -0700
commitb433dbfb3e53e3f968d651acfbd436c7043f3de3 (patch)
treed24e65745f91b65901a74b50e792f7f7e63c4b73 /0007-fix-including-langinfo.patch
downloadaur-b433dbfb3e53e3f968d651acfbd436c7043f3de3.tar.gz
init
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
+