diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-08-08 11:49:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-08-08 11:49:27 +0000 |
commit | 0668895df471b6d1db936861a14b7978b017bdd8 (patch) | |
tree | c305d6707b1a3b21b8dcb2585421db10aefe9d7d /app-text/aspell | |
parent | Added ~mips. (diff) | |
download | gentoo-2-0668895df471b6d1db936861a14b7978b017bdd8.tar.gz gentoo-2-0668895df471b6d1db936861a14b7978b017bdd8.tar.bz2 gentoo-2-0668895df471b6d1db936861a14b7978b017bdd8.zip |
gcc4 patch, as submitted in bug #70582, and requested by flameeyes
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.60.3.ebuild | 6 | ||||
-rw-r--r-- | app-text/aspell/files/aspell-0.60.3-templateinstantiations.patch | 8 |
3 files changed, 16 insertions, 4 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog index 57bb8a1ed3fa..5fae1a5ecbba 100644 --- a/app-text/aspell/ChangeLog +++ b/app-text/aspell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/aspell # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.72 2005/07/12 16:14:51 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.73 2005/08/08 11:49:27 seemant Exp $ + + 08 Aug 2005; Seemant Kulleen <seemant@gentoo.org> + +files/aspell-0.60.3-templateinstantiations.patch, aspell-0.60.3.ebuild: + gcc4 patch, as submitted in bug #70582, and requested by flameeyes *aspell-0.60.3 (12 Jul 2005) diff --git a/app-text/aspell/aspell-0.60.3.ebuild b/app-text/aspell/aspell-0.60.3.ebuild index bd55d1691788..91bde8136778 100644 --- a/app-text/aspell/aspell-0.60.3.ebuild +++ b/app-text/aspell/aspell-0.60.3.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/app-text/aspell/aspell-0.60.3.ebuild,v 1.1 2005/07/12 16:14:51 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.3.ebuild,v 1.2 2005/08/08 11:49:27 seemant Exp $ inherit libtool eutils flag-o-matic @@ -17,8 +17,8 @@ DEPEND=">=sys-libs/ncurses-5.2 gpm? ( sys-libs/gpm )" src_unpack() { - unpack ${A} - cd ${S} + unpack ${A}; cd ${S} + epatch ${FILESDIR}/${P}-templateinstantiations.patch } src_compile() { diff --git a/app-text/aspell/files/aspell-0.60.3-templateinstantiations.patch b/app-text/aspell/files/aspell-0.60.3-templateinstantiations.patch new file mode 100644 index 000000000000..a533f9e81158 --- /dev/null +++ b/app-text/aspell/files/aspell-0.60.3-templateinstantiations.patch @@ -0,0 +1,8 @@ +--- common/string_map.cpp~ 2004-07-15 12:58:58.000000000 +0200 ++++ common/string_map.cpp 2005-07-19 14:31:42.000000000 +0200 +@@ -82,3 +82,5 @@ + } + } + ++template class acommon::HashTable<acommon::StringMap::Parms>; ++template class acommon::BlockSList<acommon::StringPair>; |