Package: ogre Version: 1.0.6-1.2 Severity: normal Tags: patch Hi,
Attached is the diff for my ogre 1.0.6-1.3 NMU. -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
diff -u ogre-1.0.6/debian/changelog ogre-1.0.6/debian/changelog --- ogre-1.0.6/debian/changelog +++ ogre-1.0.6/debian/changelog @@ -1,3 +1,10 @@ +ogre (1.0.6-1.3) unstable; urgency=high + + * Non-maintainer upload. + * Now really fix FTBFS with g++ 4.1 (Closes: #356442). + + -- Luk Claes <[EMAIL PROTECTED]> Mon, 20 Mar 2006 17:59:01 +0100 + ogre (1.0.6-1.2) unstable; urgency=high * Non-maintainer upload. diff -u ogre-1.0.6/debian/patches/09_gcc_4.1 ogre-1.0.6/debian/patches/09_gcc_4.1 --- ogre-1.0.6/debian/patches/09_gcc_4.1 +++ ogre-1.0.6/debian/patches/09_gcc_4.1 @@ -1,3 +1,15 @@ +diff -Nru ./ogre-free/OgreMain/include/OgreHardwareOcclusionQuery.h ../build-tree.new/ogre-free/OgreMain/include/OgreHardwareOcclusionQuer.h +--- ./ogre-free/OgreMain/include/OgreHardwareOcclusionQuery.h 2006-03-19 22:52:07.000000000 +0000 ++++ ../build-tree.new/ogre-free/OgreMain/include/OgreHardwareOcclusionQuery.h 2006-03-19 22:52:14.000000000 +0000 +@@ -113,7 +113,7 @@ + * Lets you know when query is done, or still be processed by the Hardware + * @return true if query isn't finished. + */ +- virtual bool HardwareOcclusionQuery::isStillOutstanding(void) = 0; ++ virtual bool isStillOutstanding(void) = 0; + /** + * + * @Remarks This function allows you to set how often the hardware occlusion really are sent to the driver diff -Nru ./ogre-free/OgreMain/include/OgreEntity.h ../build-tree.new/ogre-free/OgreMain/include/OgreEntity.h --- ./ogre-free/OgreMain/include/OgreEntity.h 2005-11-16 21:39:05.000000000 +0100 +++ ../build-tree.new/ogre-free/OgreMain/include/OgreEntity.h 2006-03-16 19:43:20.000000000 +0100

