summaryrefslogtreecommitdiff
path: root/data/aspell
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-08-15 12:14:46 -1000
committerSam Bingner <sam@bingner.com>2018-08-15 12:14:46 -1000
commit635c870dbfedbf2f68ea1240dd07ba8f41ba3769 (patch)
treeef20c08578904bce64f10c72c034d3a5658c1066 /data/aspell
parent5f387a4dca114bdb87504abf21981ac859fd96fa (diff)
Update aspell to 0.60.6.1
Diffstat (limited to 'data/aspell')
-rw-r--r--data/aspell/_metadata/version2
-rw-r--r--data/aspell/aspell-0.60.6.1.tar.gzbin0 -> 1878163 bytes
-rw-r--r--data/aspell/aspell-0.60.6.tar.gzbin1777930 -> 0 bytes
-rw-r--r--data/aspell/make.sh1
-rw-r--r--data/aspell/redclaration.diff19
5 files changed, 21 insertions, 1 deletions
diff --git a/data/aspell/_metadata/version b/data/aspell/_metadata/version
index 4db9f0caf..9bd3cd768 100644
--- a/data/aspell/_metadata/version
+++ b/data/aspell/_metadata/version
@@ -1 +1 @@
-0.60.6
+0.60.6.1
diff --git a/data/aspell/aspell-0.60.6.1.tar.gz b/data/aspell/aspell-0.60.6.1.tar.gz
new file mode 100644
index 000000000..45c12e24c
--- /dev/null
+++ b/data/aspell/aspell-0.60.6.1.tar.gz
Binary files differ
diff --git a/data/aspell/aspell-0.60.6.tar.gz b/data/aspell/aspell-0.60.6.tar.gz
deleted file mode 100644
index 48c11344b..000000000
--- a/data/aspell/aspell-0.60.6.tar.gz
+++ /dev/null
Binary files differ
diff --git a/data/aspell/make.sh b/data/aspell/make.sh
index 452a4bfd5..dc6b1ecb8 100644
--- a/data/aspell/make.sh
+++ b/data/aspell/make.sh
@@ -1,4 +1,5 @@
pkg:setup
+autoreconf -f -i
pkg:configure
make
pkg:install
diff --git a/data/aspell/redclaration.diff b/data/aspell/redclaration.diff
new file mode 100644
index 000000000..5aa5076b6
--- /dev/null
+++ b/data/aspell/redclaration.diff
@@ -0,0 +1,19 @@
+diff -ur aspell-0.60.6.1/interfaces/cc/aspell.h aspell-0.60.6.1+iPhone/interfaces/cc/aspell.h
+--- aspell-0.60.6.1/interfaces/cc/aspell.h 2011-07-02 11:53:27.000000000 -1000
++++ aspell-0.60.6.1+iPhone/interfaces/cc/aspell.h 2018-08-01 18:23:56.000000000 -1000
+@@ -237,6 +237,7 @@
+ /******************************** errors ********************************/
+
+
++#ifndef __cplusplus
+ extern const struct AspellErrorInfo * const aerror_other;
+ extern const struct AspellErrorInfo * const aerror_operation_not_supported;
+ extern const struct AspellErrorInfo * const aerror_cant_copy;
+@@ -322,6 +323,7 @@
+ extern const struct AspellErrorInfo * const aerror_bad_magic;
+ extern const struct AspellErrorInfo * const aerror_expression;
+ extern const struct AspellErrorInfo * const aerror_invalid_expression;
++#endif
+
+
+ /******************************* speller *******************************/