summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2006-03-15 04:43:09 +0000
committerMark Loeser <halcy0n@gentoo.org>2006-03-15 04:43:09 +0000
commit9d612cb39f0b7c719fb1854443a01e0494fae592 (patch)
tree089ca7ab6bbcaa8edb6b479aa146c6579c7957c1 /games-emulation/mupen64-riceplugin/files
parentRemoving obsolete version (diff)
downloadhistorical-9d612cb39f0b7c719fb1854443a01e0494fae592.tar.gz
historical-9d612cb39f0b7c719fb1854443a01e0494fae592.tar.bz2
historical-9d612cb39f0b7c719fb1854443a01e0494fae592.zip
Add patch to fix compilation with gcc-4.1 by Karol Szumski <mareviq AT interia DOT pl>; bug #125924
Package-Manager: portage-2.1_pre6-r2
Diffstat (limited to 'games-emulation/mupen64-riceplugin/files')
-rw-r--r--games-emulation/mupen64-riceplugin/files/digest-mupen64-riceplugin-5.1.02
-rw-r--r--games-emulation/mupen64-riceplugin/files/mupen64-riceplugin-gcc4.patch11
2 files changed, 13 insertions, 0 deletions
diff --git a/games-emulation/mupen64-riceplugin/files/digest-mupen64-riceplugin-5.1.0 b/games-emulation/mupen64-riceplugin/files/digest-mupen64-riceplugin-5.1.0
index 959bea1f6753..1124b13422b5 100644
--- a/games-emulation/mupen64-riceplugin/files/digest-mupen64-riceplugin-5.1.0
+++ b/games-emulation/mupen64-riceplugin/files/digest-mupen64-riceplugin-5.1.0
@@ -1 +1,3 @@
MD5 f6f42d31cee3fce0ea92176f42ef73ba riceplugin.tar.bz2 287672
+RMD160 312d57354818b55550a5c74e2b62332a41016eeb riceplugin.tar.bz2 287672
+SHA256 3fa3065d70a697f3b6afb17bceb505fd5e117a1503a345ef9a819f63943de210 riceplugin.tar.bz2 287672
diff --git a/games-emulation/mupen64-riceplugin/files/mupen64-riceplugin-gcc4.patch b/games-emulation/mupen64-riceplugin/files/mupen64-riceplugin-gcc4.patch
index 23368c50fca2..659179ee347b 100644
--- a/games-emulation/mupen64-riceplugin/files/mupen64-riceplugin-gcc4.patch
+++ b/games-emulation/mupen64-riceplugin/files/mupen64-riceplugin-gcc4.patch
@@ -9,3 +9,14 @@
{
_ASSERTE(m_pInstance == NULL);
+--- riceplugin/DaedalusRender.h.old 2006-03-12 14:38:00.000000000 +0100
++++ riceplugin/DaedalusRender.h 2006-03-12 14:39:06.000000000 +0100
+@@ -60,7 +60,7 @@
+
+ inline bool IsTexel0Enable() {return m_pColorCombiner->m_bTex0Enabled;}
+ inline bool IsTexel1Enable() {return m_pColorCombiner->m_bTex1Enabled;}
+- inline bool CDaedalusRender::IsTextureEnabled() { return (m_pColorCombiner->m_bTex0Enabled||m_pColorCombiner->m_bTex1Enabled); }
++ inline bool IsTextureEnabled() { return (m_pColorCombiner->m_bTex0Enabled||m_pColorCombiner->m_bTex1Enabled); }
+
+ inline DaedalusRenderTexture& GetCurrentTexture() { return g_textures[gRSP.curTile]; }
+ inline DaedalusRenderTexture& GetTexture(DWORD dwTile) { return g_textures[dwTile]; }