summaryrefslogtreecommitdiff
path: root/hunspell
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2011-11-22 12:55:17 +0000
committerAriel Constenla-Haile <arielch@apache.org>2011-11-22 12:55:17 +0000
commit3b177a54bcd49efc0d8580ad85b9b73ccecdb9eb (patch)
tree784ba56be0fccfb91053399a880506a2969dc6f6 /hunspell
parent65d79d61a3d2714bfff5b0e9bbf745b95cd0a6c9 (diff)
lingucomponent related fixes for i118627, i118628, i118629
* 118627 - Hyphenator: building the UNO component breaks due to name clash The three UNO components have been renamed to use the naming scheme compname.uno: spell.uno, hyphen.uno, lnth.uno * 118629 - remove hunspell dependency from mythes hunspell was only needed for building the mythes example. Added a patch to patch the source in AOO builds and disable the example. * 118628 - remove hunspell dependency from Hyphenator and Thesaurus UNO components The dependency has been remove. Now the three components can be built independently from each other: * mythes has a category A license http://www.apache.org/legal/3party.html#category-a As a category A license, the library is ENABLED by default and is built unconditionally if the optional configure switch --with-system-mythes is missing As a side effect, building the UNO Thesaurus component is always enabled. * hunspell has a category B license http://www.apache.org/legal/3party.html#category-b as such, it is DISABLED by default. To enable the library use --enable-hunspell To use the library already present in the system instead of building it, use --with-system-hunspell As a side effect, building the UNO spell checking component is only enabled when hunspell is enabled. * hyphen has a category B license, as such it is DISABLED by default. To enable the library, use --enable-hyphen To uses the system library instead of building it, use --with-system-hyphen As side effect, building the UNO hyphenator component is only enabled when hyphen is enabled.
Diffstat (limited to 'hunspell')
-rw-r--r--hunspell/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk
index abc444a6e807..663e2f597e2c 100644
--- a/hunspell/makefile.mk
+++ b/hunspell/makefile.mk
@@ -36,7 +36,7 @@ TARGET=hunspell
# --- Files --------------------------------------------------------
-.IF "$(DISABLE_HUNSPELL)" == ""
+.IF "$(ENABLE_HUNSPELL)" == "YES"
TARFILE_NAME=hunspell-1.2.9
TARFILE_MD5=68dd2e8253d9a7930e9fd50e2d7220d0