From 8d4936fdbfa07d122fed78e96111912f3f297869 Mon Sep 17 00:00:00 2001 From: fiesh Date: Tue, 2 Feb 2016 15:08:20 +0100 Subject: add Coin bug fix from Gentoo --- src/coin-2-gcc-4.7.patch | 16 ++++++++++++++++ src/coin-test.cpp | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 src/coin-2-gcc-4.7.patch diff --git a/src/coin-2-gcc-4.7.patch b/src/coin-2-gcc-4.7.patch new file mode 100644 index 0000000..28a9d93 --- /dev/null +++ b/src/coin-2-gcc-4.7.patch @@ -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 + #include + + /* ********************************************************************** */ diff --git a/src/coin-test.cpp b/src/coin-test.cpp index 0974407..be5eacf 100644 --- a/src/coin-test.cpp +++ b/src/coin-test.cpp @@ -3,7 +3,7 @@ * See index.html for further information. */ -#include +#include #include #include #include -- cgit v0.12