To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44793
User nemeth changed the following:
What |Old value |New value
================================================================================
Assigned to|mh |vq
--------------------------------------------------------------------------------
Status|REOPENED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Jan 19 04:28:43 -0800
2006 -------
nemeth->vq: Thanks for the patch, I've added it. For generating right
dictionary.lst I have made a target.pmk patch, too. (It's not the best solution.
Separating WordNet would be better.)
I have tested with
--with-dict=ENGB,
--with-dict=ENUS
--with-dict=ENGB,ENUS
--with-dict=ITIT
--with-dict=ALL
config parameters. (BTW, DIC_ALL is a sticky enviroment variable, we need
explicit unset DIC_ALL to rebuild OOo with not all dictionaries)
Diff:
diff -u -r dictionaries.britishthesau/en_US/makefile.mk
dictionaries/en_US/makefile.mk
--- dictionaries.britishthesau/en_US/makefile.mk 2005-12-04
03:26:45.000000000 +0100
+++ dictionaries/en_US/makefile.mk 2006-01-19 12:46:09.000000000 +0100
DIC2BIN= \
en_US.aff \
en_US.dic \
- WordNet_license.txt \
hyph_en_US.dic
.ENDIF
+# add WordNet license to American and British English
+.IF "$(DIC_ALL)$(DIC_ENUS)$(DIC_ENGB)"!=""
+
+DIC2BIN+= \
+ WordNet_license.txt
+
+.ENDIF
+
diff -u -r dictionaries.britishthesau/util/target.pmk
dictionaries/util/target.pmk
--- dictionaries.britishthesau/util/target.pmk 2005-09-08 19:58:44.000000000
+0200
+++ dictionaries/util/target.pmk 2006-01-19 12:46:09.000000000 +0100
$(BIN)$/dictionary_$(DICT_LOCALE).line : dictionary.lst
+.IF "$(DIC2BIN)"!="WordNet_license.txt"
+$(TYPE) dictionary.lst > $(BIN)$/dictionary_$(DICT_LOCALE).line
-
+.ENDIF
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]