diff options
author | 2005-11-13 12:22:39 +0000 | |
---|---|---|
committer | 2005-11-13 12:22:39 +0000 | |
commit | e21b0ffac1ce1aa44c188d8081d1ef28c2ebf1b6 (patch) | |
tree | f45aa859911dd9d6e9eac17d7ce75ec8a9d27882 /net-irc/irssi/files | |
parent | Marked stable on x86 for bug #111968. (diff) | |
download | gentoo-2-e21b0ffac1ce1aa44c188d8081d1ef28c2ebf1b6.tar.gz gentoo-2-e21b0ffac1ce1aa44c188d8081d1ef28c2ebf1b6.tar.bz2 gentoo-2-e21b0ffac1ce1aa44c188d8081d1ef28c2ebf1b6.zip |
Apply the gcc4 patch to 0.8.9 too, bug #110361.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'net-irc/irssi/files')
-rw-r--r-- | net-irc/irssi/files/0.8.9-gcc4-fix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-irc/irssi/files/0.8.9-gcc4-fix.patch b/net-irc/irssi/files/0.8.9-gcc4-fix.patch new file mode 100644 index 000000000000..b5442126a198 --- /dev/null +++ b/net-irc/irssi/files/0.8.9-gcc4-fix.patch @@ -0,0 +1,13 @@ +Index: src/common.h +=================================================================== +--- src/common.h (revision 3725) ++++ src/common.h (revision 3726) +@@ -14,7 +14,7 @@ + #define DEFAULT_SERVER_ADD_PORT 6667 + + #ifdef HAVE_CONFIG_H +-#include "config.h" ++#include "../config.h" + #endif + + #include <stdio.h> |