summaryrefslogtreecommitdiff
path: root/hunspell
diff options
context:
space:
mode:
authorRené Engelhard <rene@openoffice.org>2008-04-24 09:20:40 +0000
committerRené Engelhard <rene@openoffice.org>2008-04-24 09:20:40 +0000
commitabf892b8e83fac50b886c6251b760427c31683dc (patch)
tree141e1cfcd14294d10b3e7cfbcf765862c10d9bcc /hunspell
parent1124dc7e3f4dcfdc3683f95506786dc52bf81ba7 (diff)
#i10000# ARM (at least oabi) buildfix
Diffstat (limited to 'hunspell')
-rw-r--r--hunspell/hunspell-1.1.12.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/hunspell/hunspell-1.1.12.patch b/hunspell/hunspell-1.1.12.patch
index 3610f3a81e13..ab9484789c29 100644
--- a/hunspell/hunspell-1.1.12.patch
+++ b/hunspell/hunspell-1.1.12.patch
@@ -1,3 +1,27 @@
+--- misc/hunspell-1.1.12/configure 2007-09-04 02:20:37.000000000 +0200
++++ misc/build/hunspell-1.1.12/configure 2008-04-24 12:17:58.000000000 +0200
+@@ -1629,9 +1629,6 @@
+ test "$program_prefix$program_suffix$program_transform_name" = \
+ NONENONEs,x,x, &&
+ program_prefix=${target_alias}-
+-case "$host" in
+-arm*) XFAILED="flagutf8.test maputf.test";;
+-esac
+
+
+ am__api_version="1.9"
+--- misc/hunspell-1.1.12/configure.ac 2007-09-04 01:43:08.000000000 +0200
++++ misc/build/hunspell-1.1.12/configure.ac 2008-04-24 12:16:53.000000000 +0200
+@@ -8,9 +8,6 @@
+ AC_INIT([hunspell],[1.1.12],[nemeth@openoffice.org])
+
+ AC_CANONICAL_SYSTEM
+-case "$host" in
+-arm*) XFAILED="flagutf8.test maputf.test";;
+-esac
+ AC_SUBST(XFAILED)
+
+ AM_INIT_AUTOMAKE(hunspell, 1.1.12)
--- misc/hunspell-1.1.12/src/hunspell/affixmgr.cxx 2007-09-04 09:49:30.000000000 +0200
+++ misc/build/hunspell-1.1.12/src/hunspell/affixmgr.cxx 2008-04-23 22:59:31.000000000 +0200
@@ -25,6 +25,10 @@
@@ -128,6 +152,17 @@
{"ISO8859-1",iso1_tbl},
{"ISO8859-2",iso2_tbl},
{"ISO8859-3",iso3_tbl},
+--- misc/hunspell-1.1.12/src/hunspell/csutil.hxx 2007-09-02 02:04:00.000000000 +0200
++++ misc/build/hunspell-1.1.12/src/hunspell/csutil.hxx 2008-04-24 12:17:07.000000000 +0200
+@@ -21,7 +21,7 @@
+ // default flags
+ #define ONLYUPCASEFLAG 65535
+
+-typedef struct {
++typedef struct __attribute__ ((packed)) {
+ unsigned char l;
+ unsigned char h;
+ } w_char;
--- misc/hunspell-1.1.12/src/hunspell/hunspell.cxx 2007-08-28 15:17:30.000000000 +0200
+++ misc/build/hunspell-1.1.12/src/hunspell/hunspell.cxx 2008-04-23 22:59:31.000000000 +0200
@@ -1,3 +1,7 @@