c2bbf93dfc
Fix typo in ZEMBEREK lib depends line and add missing dependancy. Rename sorting file in textproc/enchant to fix conflict with textproc/enchant2. PR: 215083 (based on) Submitted by: thierry@FreeBSD.org
11 lines
472 B
C
11 lines
472 B
C
--- src/enchant.c.orig 2018-04-01 15:42:47 UTC
|
|
+++ src/enchant.c
|
|
@@ -1558,7 +1558,7 @@ enchant_load_provider_ordering (EnchantBroker * broker
|
|
for (iter = conf_dirs; iter; iter = iter->next)
|
|
{
|
|
char *ordering_file;
|
|
- ordering_file = g_build_filename (iter->data, "enchant.ordering", NULL);
|
|
+ ordering_file = g_build_filename (iter->data, "enchant1.ordering", NULL);
|
|
enchant_load_ordering_from_file (broker, ordering_file);
|
|
g_free (ordering_file);
|
|
}
|