X-Git-Url: https://git.pld-linux.org/?p=packages%2Firssi.git;a=blobdiff_plain;f=irssi-gcc4.patch;h=ab1e3da2aab4b1601da054ae068ec559d017aca9;hp=1ae6f33adf2c71a6f1a19dd33d0aba70fffb6973;hb=3455183c3f80fff83c3e1485253615a10b24858e;hpb=50c553f7da0d2954ed609b508109a6335bd5e4bb diff --git a/irssi-gcc4.patch b/irssi-gcc4.patch index 1ae6f33..ab1e3da 100644 --- a/irssi-gcc4.patch +++ b/irssi-gcc4.patch @@ -1,21 +1,23 @@ ---- irssi-0.8.10-rc5/src/core/misc.h.orig 2004-03-23 23:10:02.000000000 +0100 -+++ irssi-0.8.10-rc5/src/core/misc.h 2005-03-01 20:23:20.306008696 +0100 +--- irssi-0.8.11/src/core/misc.h 2007-04-25 20:13:56.000000000 +0200 ++++ irssi-0.8.11/src/core/misc.h-new 2007-06-07 01:41:35.677176190 +0200 @@ -1,6 +1,10 @@ #ifndef __MISC_H #define __MISC_H +#ifdef HAVE_CONFIG_H -+#include "config.h" ++#include "irssi-config.h" +#endif + /* `str' should be type char[MAX_INT_STRLEN] */ #define ltoa(str, num) \ g_snprintf(str, sizeof(str), "%d", num) ---- irssi-0.8.10-rc5/src/perl/module.h.orig 2001-12-14 02:54:12.000000000 +0100 -+++ irssi-0.8.10-rc5/src/perl/module.h 2005-03-01 20:23:50.545411608 +0100 -@@ -1,3 +1,7 @@ +--- irssi-0.8.11/src/perl/module.h 2007-04-25 20:13:56.000000000 +0200 ++++ irssi-0.8.11/src/perl/module.h-new 2007-06-07 01:42:22.832959937 +0200 +@@ -1,5 +1,9 @@ + #include "common.h" + +#ifdef HAVE_CONFIG_H -+#include "config.h" ++#include "irssi-config.h" +#endif + #ifdef NEED_PERL_H