diff options
author | 2005-05-17 15:57:52 +0000 | |
---|---|---|
committer | 2005-05-17 15:57:52 +0000 | |
commit | 8522316701913ea4e4ca19116633cf3b1d98e140 (patch) | |
tree | b32900a199b168970a6c7f207ea1796623ad1d73 /net-irc/irssi/files | |
parent | Unmasking for x86 (diff) | |
download | gentoo-2-8522316701913ea4e4ca19116633cf3b1d98e140.tar.gz gentoo-2-8522316701913ea4e4ca19116633cf3b1d98e140.tar.bz2 gentoo-2-8522316701913ea4e4ca19116633cf3b1d98e140.zip |
Pull in gcc-4 patch from upstream svn. Closes bug #92918.
(Portage version: 2.0.51.22)
Diffstat (limited to 'net-irc/irssi/files')
-rw-r--r-- | net-irc/irssi/files/irssi-0.8.10_rc5-gcc4.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-irc/irssi/files/irssi-0.8.10_rc5-gcc4.patch b/net-irc/irssi/files/irssi-0.8.10_rc5-gcc4.patch new file mode 100644 index 000000000000..b5442126a198 --- /dev/null +++ b/net-irc/irssi/files/irssi-0.8.10_rc5-gcc4.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> |