]> git.pld-linux.org Git - packages/irssi.git/commitdiff
- build fixes.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 1 Mar 2005 19:59:20 +0000 (19:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    irssi-gcc4.patch -> 1.1

irssi-gcc4.patch [new file with mode: 0644]

diff --git a/irssi-gcc4.patch b/irssi-gcc4.patch
new file mode 100644 (file)
index 0000000..1ae6f33
--- /dev/null
@@ -0,0 +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
+@@ -1,6 +1,10 @@
+ #ifndef __MISC_H
+ #define __MISC_H
++#ifdef HAVE_CONFIG_H
++#include "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 @@
++#ifdef HAVE_CONFIG_H
++#include "config.h"
++#endif
++
+ #ifdef NEED_PERL_H
+ #  include <EXTERN.h>
+ #  ifndef _SEM_SEMUN_UNDEFINED
This page took 0.229778 seconds and 4 git commands to generate.