diff options
Diffstat (limited to 'net-irc/irssi/files/irssi-0.8.10_rc5-gcc4.patch')
-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> |