diff options
-rw-r--r-- | xchat-wdk.patch | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/xchat-wdk.patch b/xchat-wdk.patch index 4abf32f2..8ff873ce 100644 --- a/xchat-wdk.patch +++ b/xchat-wdk.patch @@ -1,6 +1,6 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/perl/perl.c xchat-wdk/plugins/perl/perl.c --- xchat-wdk.orig/plugins/perl/perl.c 2010-03-23 01:06:59 +0100 -+++ xchat-wdk/plugins/perl/perl.c 2010-05-02 13:04:17 +0200 ++++ xchat-wdk/plugins/perl/perl.c 2010-05-02 14:23:59 +0200 @@ -16,13 +16,14 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ @@ -17,6 +17,22 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/perl/perl.c xchat-wdk/plugi #ifdef ENABLE_NLS #include <locale.h> #endif +@@ -1340,12 +1341,12 @@ + FreeLibrary (lib); + lib = NULL; + thread_mbox ("Cannot open " PERL_DLL "\n\n" +- "You must have ActivePerl 5.8 installed in order to\n" ++ "You must have ActivePerl 5.10 installed in order to\n" + "run perl scripts.\n\n" +- "I have found Perl 5.6, but that is too old."); ++ "I have found a Perl version, but that is too old."); + } else { + thread_mbox ("Cannot open " PERL_DLL "\n\n" +- "You must have ActivePerl 5.8 installed in order to\n" ++ "You must have ActivePerl 5.10 installed in order to\n" + "run perl scripts.\n\n" + "http://www.activestate.com/ActivePerl/\n\n" + "Make sure perl's bin directory is in your PATH."); diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/python/python.c xchat-wdk/plugins/python/python.c --- xchat-wdk.orig/plugins/python/python.c 2010-03-17 09:07:51 +0100 +++ xchat-wdk/plugins/python/python.c 2010-05-02 13:04:17 +0200 |