summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Quang <khai@gentoo.org>2004-10-09 21:20:19 +0000
committerYi Quang <khai@gentoo.org>2004-10-09 21:20:19 +0000
commit8b30e0663b4533c05795e28dfaa572dbe81a9560 (patch)
tree673fcdc18e4419ea6f549512d79335111b454f68 /dev-libs/libsigc++/files
parentStable on sparc wrt security bug #66912. (diff)
downloadhistorical-8b30e0663b4533c05795e28dfaa572dbe81a9560.tar.gz
historical-8b30e0663b4533c05795e28dfaa572dbe81a9560.tar.bz2
historical-8b30e0663b4533c05795e28dfaa572dbe81a9560.zip
version bump, patch to fix compile with gcc-3.4
Diffstat (limited to 'dev-libs/libsigc++/files')
-rw-r--r--dev-libs/libsigc++/files/digest-libsigc++-2.0.51
-rw-r--r--dev-libs/libsigc++/files/gcc-3.4.patch12
2 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/libsigc++/files/digest-libsigc++-2.0.5 b/dev-libs/libsigc++/files/digest-libsigc++-2.0.5
new file mode 100644
index 000000000000..4586eb9dae4a
--- /dev/null
+++ b/dev-libs/libsigc++/files/digest-libsigc++-2.0.5
@@ -0,0 +1 @@
+MD5 2965d0cafe894717a67ab003c7ce439b libsigc++-2.0.5.tar.gz 1796052
diff --git a/dev-libs/libsigc++/files/gcc-3.4.patch b/dev-libs/libsigc++/files/gcc-3.4.patch
new file mode 100644
index 000000000000..625b888c55f2
--- /dev/null
+++ b/dev-libs/libsigc++/files/gcc-3.4.patch
@@ -0,0 +1,12 @@
+diff -ruN libsigc++-2.0.5/sigc++/adaptors/lambda/macros/group.h.m4 libsigc++-2.0.5.new/sigc++/adaptors/lambda/macros/group.h.m4
+--- libsigc++-2.0.5/sigc++/adaptors/lambda/macros/group.h.m4 2004-07-23 07:51:42.000000000 -0700
++++ libsigc++-2.0.5.new/sigc++/adaptors/lambda/macros/group.h.m4 2004-10-09 14:08:11.329353224 -0700
+@@ -68,7 +68,7 @@
+
+ template <LOOP(class T_arg%1=void,$2)>
+ struct deduce_result_type
+- { typedef typename functor_type::deduce_result_type<LOOP([
++ { typedef typename functor_type::template deduce_result_type<LOOP([
+ typename value%1_type::template deduce_result_type<LOOP([
+ _P_(T_arg%1)],$2)>::type],$1)
+ >::type type; };