summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-08-08 11:49:27 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-08-08 11:49:27 +0000
commit0668895df471b6d1db936861a14b7978b017bdd8 (patch)
treec305d6707b1a3b21b8dcb2585421db10aefe9d7d /app-text/aspell/files
parentAdded ~mips. (diff)
downloadgentoo-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/files')
-rw-r--r--app-text/aspell/files/aspell-0.60.3-templateinstantiations.patch8
1 files changed, 8 insertions, 0 deletions
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>;