summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-05-17 15:57:52 +0000
committerSven Wegener <swegener@gentoo.org>2005-05-17 15:57:52 +0000
commit8522316701913ea4e4ca19116633cf3b1d98e140 (patch)
treeb32900a199b168970a6c7f207ea1796623ad1d73 /net-irc/irssi
parentUnmasking for x86 (diff)
downloadgentoo-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')
-rw-r--r--net-irc/irssi/ChangeLog6
-rw-r--r--net-irc/irssi/files/irssi-0.8.10_rc5-gcc4.patch13
-rw-r--r--net-irc/irssi/irssi-0.8.10_rc5-r1.ebuild3
3 files changed, 20 insertions, 2 deletions
diff --git a/net-irc/irssi/ChangeLog b/net-irc/irssi/ChangeLog
index 37a2941eaf26..14e58383a9ab 100644
--- a/net-irc/irssi/ChangeLog
+++ b/net-irc/irssi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/irssi
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.63 2005/05/15 02:13:51 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/ChangeLog,v 1.64 2005/05/17 15:57:52 swegener Exp $
+
+ 17 May 2005; Sven Wegener <swegener@gentoo.org>
+ +files/irssi-0.8.10_rc5-gcc4.patch, irssi-0.8.10_rc5-r1.ebuild:
+ Pull in gcc-4 patch from upstream svn. Closes bug #92918.
15 May 2005; Sven Wegener <swegener@gentoo.org> irssi-0.8.9-r1.ebuild,
irssi-0.8.10_rc5-r1.ebuild:
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>
diff --git a/net-irc/irssi/irssi-0.8.10_rc5-r1.ebuild b/net-irc/irssi/irssi-0.8.10_rc5-r1.ebuild
index cc984ff8142b..b7d0deb93908 100644
--- a/net-irc/irssi/irssi-0.8.10_rc5-r1.ebuild
+++ b/net-irc/irssi/irssi-0.8.10_rc5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.10_rc5-r1.ebuild,v 1.7 2005/05/15 02:13:51 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.10_rc5-r1.ebuild,v 1.8 2005/05/17 15:57:52 swegener Exp $
inherit perl-module eutils
@@ -40,6 +40,7 @@ src_unpack() {
epatch ${WORKDIR}/${P}-CVS-20050121.patch
epatch ${FILESDIR}/irssi-socks-fix.patch
+ epatch ${FILESDIR}/${P}-gcc4.patch
}
src_compile() {