Updating to libreoffice-4.2.5_2 on FreeBSD-9.2 and FreeBSD-10.0
Code:
checking for hyphen.h... yes
checking for struct _HyphenDict.cset... no
configure: error: no. You are sure you have altlinuyhyph headers?
===> Script "configure" failed unexpectedly.
less /usr/local/include/hyphen.h:
Code:
....
struct _HyphenDict {
/* user options */
char lhmin; /* lefthyphenmin: min. hyph. distance from the left side */
char rhmin; /* righthyphenmin: min. hyph. distance from the right side */
char clhmin; /* min. hyph. distance from the left compound boundary */
char crhmin; /* min. hyph. distance from the right compound boundary */
char * nohyphen; /* comma separated list of characters or character
sequences with forbidden hyphenation */
int nohyphenl; /* count of elements in nohyphen */
/* system variables */
int num_states;
==> char cset[MAX_NAME];
int utf8;
HyphenState *states;
HyphenDict *nextlevel;
};
...