diff options
author | 2004-12-07 08:29:31 +0000 | |
---|---|---|
committer | 2004-12-07 08:29:31 +0000 | |
commit | 889cf4c40a4be3155f3bfc324f5782b0ecbc2eba (patch) | |
tree | abf4d6fd679a76607b4be7fa02839554a2320ee5 /media-sound/kradio/files | |
parent | use the games eclass (Manifest recommit) (diff) | |
download | gentoo-2-889cf4c40a4be3155f3bfc324f5782b0ecbc2eba.tar.gz gentoo-2-889cf4c40a4be3155f3bfc324f5782b0ecbc2eba.tar.bz2 gentoo-2-889cf4c40a4be3155f3bfc324f5782b0ecbc2eba.zip |
Fixing bug #73336 by introducing a CVS snapshot and patch
Diffstat (limited to 'media-sound/kradio/files')
-rw-r--r-- | media-sound/kradio/files/0.3.0_alpha20041207-gcc.patch | 12 | ||||
-rw-r--r-- | media-sound/kradio/files/digest-kradio-0.3.0_alpha20041207 | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/media-sound/kradio/files/0.3.0_alpha20041207-gcc.patch b/media-sound/kradio/files/0.3.0_alpha20041207-gcc.patch new file mode 100644 index 000000000000..226eed523c08 --- /dev/null +++ b/media-sound/kradio/files/0.3.0_alpha20041207-gcc.patch @@ -0,0 +1,12 @@ +diff -ru kradio/interfaces.h kradio.new/interfaces.h +--- kradio/interfaces.h 2004-02-22 23:00:43.000000000 +0100 ++++ kradio.new/interfaces.h 2004-12-07 08:41:44.054688314 +0100 +@@ -325,7 +325,7 @@ + typedef InterfaceBase<thisIF, cmplIF> thisClass; + typedef InterfaceBase<cmplIF, thisIF> cmplClass; + +- friend class cmplClass; // necessary for connects (to keep number of different connect functions low) ++ friend class InterfaceBase<cmplIF, thisIF>; // necessary for connects (to keep number of different connect functions low) + + public: + diff --git a/media-sound/kradio/files/digest-kradio-0.3.0_alpha20041207 b/media-sound/kradio/files/digest-kradio-0.3.0_alpha20041207 new file mode 100644 index 000000000000..3b2ca0fc7726 --- /dev/null +++ b/media-sound/kradio/files/digest-kradio-0.3.0_alpha20041207 @@ -0,0 +1 @@ +MD5 e7d94043c0250eb5f6c45e3c27efa5ea kradio-0.3.0_alpha20041207.tar.bz2 971949 |