diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-03-10 01:38:13 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-03-10 01:38:13 +0000 |
commit | a27699359f0e705e6ef39f7a8241ee26ecf73860 (patch) | |
tree | 6865d1cfa6054477992a64debec57b2203dfe841 /games-emulation/mupen64-riceplugin/files | |
parent | Marked stable on amd64. (diff) | |
download | gentoo-2-a27699359f0e705e6ef39f7a8241ee26ecf73860.tar.gz gentoo-2-a27699359f0e705e6ef39f7a8241ee26ecf73860.tar.bz2 gentoo-2-a27699359f0e705e6ef39f7a8241ee26ecf73860.zip |
GCC4 compile patch from Bret Towe
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-emulation/mupen64-riceplugin/files')
-rw-r--r-- | games-emulation/mupen64-riceplugin/files/mupen64-riceplugin-gcc4.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-emulation/mupen64-riceplugin/files/mupen64-riceplugin-gcc4.patch b/games-emulation/mupen64-riceplugin/files/mupen64-riceplugin-gcc4.patch new file mode 100644 index 000000000000..23368c50fca2 --- /dev/null +++ b/games-emulation/mupen64-riceplugin/files/mupen64-riceplugin-gcc4.patch @@ -0,0 +1,11 @@ +--- riceplugin/Profiler.cpp.old 2005-02-05 12:38:52.721617392 -0800 ++++ riceplugin/Profiler.cpp 2005-02-05 12:39:16.467082794 -0800 +@@ -14,7 +14,7 @@ +
+
+
+-HRESULT CUnique< CProfiler >::Create()
++template <> HRESULT CUnique< CProfiler >::Create()
+ {
+ _ASSERTE(m_pInstance == NULL);
+
|