Merge pull request #1211 from fiesh/coin-patch

add Coin bug fixes from Gentoo
This commit is contained in:
Boris Nagaev 2016-02-08 23:59:52 +03:00
commit a9ec54e435
2 changed files with 17 additions and 1 deletions

16
src/coin-2-gcc-4.7.patch Normal file
View File

@ -0,0 +1,16 @@
This file is part of MXE.
See index.html for further information.
This patch was taken from Gentoo:
https://gitweb.gentoo.org/repo/gentoo.git/tree/media-libs/coin/files/coin-3.1.3-gcc-4.7.patch?id=17d7c853393ff83e3422e48e9ad2810f23889bbf
--- coin3-3.1.3.orig/include/Inventor/SbBasic.h
+++ coin3-3.1.3/include/Inventor/SbBasic.h
@@ -24,6 +24,7 @@
*
\**************************************************************************/
+#include <Inventor/C/errors/debugerror.h>
#include <Inventor/C/basic.h>
/* ********************************************************************** */

View File

@ -3,7 +3,7 @@
* See index.html for further information.
*/
#include <Inventor/C/errors/debugerror.h>
#include <Inventor/SbBasic.h>
#include <Inventor/nodes/SoCone.h>
#include <Inventor/nodes/SoDirectionalLight.h>
#include <Inventor/nodes/SoMaterial.h>