Package: critterding / 1.0-beta12.1-1.3

Metadata

Package Version Patches format
critterding 1.0-beta12.1-1.3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00fontandiconpath | (download)

src/gl/glwindow.cpp | 2 1 + 1 - 0 !
src/gui/textprinter.cpp | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 this patch replace font and icon relative paths with
 absolute ones.
10uninitialized_constant | (download)

src/utils/bullet/BulletSoftBody/btSoftBodyInternals.h | 5 2 + 3 - 0 !
1 file changed, 2 insertions(+), 3 deletions(-)

 fix g++-4.6 error by initializing t
11const_cast | (download)

src/scenes/evolution.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix missing const parameter with g++-4.5
20fix_ftbfs_gcc_4.7 | (download)

src/scenes/evolution.cpp | 5 2 + 3 - 0 !
1 file changed, 2 insertions(+), 3 deletions(-)

---
21FTBFS_gcc6.patch | (download)

src/brainz/brainz.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs with gcc6
 Currently, Brainz() tries to assign a bool value to a pointer, which
breaks in GCC6. This patch simply fixes this issue, and it was fixed on
any other assignment for Outputs[X].output, but not for this loop
specifically.