Merge pull request #1211 from fiesh/coin-patch

add Coin bug fixes from Gentoo
pull/1218/head
Boris Nagaev 9 years ago
commit a9ec54e435

@ -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>
/* ********************************************************************** */

@ -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>

Loading…
Cancel
Save