diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-06 00:10:52 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-06 00:10:52 +0200 |
commit | 21c22c2bfc324eeffa9d4c3cc5bbbfe721731ee5 (patch) | |
tree | 217722f34ee67258cdedd3cbf029df2592e6ca8c | |
parent | 60fb3aa16d75be106c80d58df50fa0a4a2a3d5e8 (diff) |
update enchant lib name
-rw-r--r-- | xchat-wdk.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xchat-wdk.patch b/xchat-wdk.patch index 1d17f4b8..5971ec96 100644 --- a/xchat-wdk.patch +++ b/xchat-wdk.patch @@ -1590,7 +1590,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/setup.c xchat-wdk/src/fe diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/sexy-spell-entry.c xchat-wdk/src/fe-gtk/sexy-spell-entry.c --- xchat-wdk.orig/src/fe-gtk/sexy-spell-entry.c 2006-07-17 05:51:02 +0000 -+++ xchat-wdk/src/fe-gtk/sexy-spell-entry.c 2010-10-05 22:09:18 +0000 ++++ xchat-wdk/src/fe-gtk/sexy-spell-entry.c 2010-10-05 22:10:24 +0000 @@ -31,6 +31,20 @@ /*#include "gtkspell-iso-codes.h" #include "sexy-marshal.h"*/ @@ -1617,7 +1617,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/sexy-spell-entry.c xchat gpointer funcptr; - enchant = g_module_open("libenchant", 0); -+ enchant = g_module_open("libenchant-1.dll", 0); ++ enchant = g_module_open("libenchant.dll", 0); if (enchant == NULL) { - enchant = g_module_open("libenchant.so.1", 0); |