]> git.pld-linux.org Git - packages/Coin.git/blob - Coin-build.patch
- updated to 4.0.2
[packages/Coin.git] / Coin-build.patch
1 --- Coin-3.1.3/include/Inventor/SbBasic.h.orig  2010-03-02 14:20:09.000000000 +0100
2 +++ Coin-3.1.3/include/Inventor/SbBasic.h       2014-11-02 21:47:43.939298989 +0100
3 @@ -25,6 +25,9 @@
4  \**************************************************************************/
5  
6  #include <Inventor/C/basic.h>
7 +#ifndef NDEBUG
8 +#include <Inventor/C/errors/debugerror.h>
9 +#endif
10  
11  /* ********************************************************************** */
12  /* Trap people trying to use Inventor headers while compiling C source code.
13 --- Coin-3.1.3/src/fonts/freetype.cpp.orig      2010-03-02 14:20:09.000000000 +0100
14 +++ Coin-3.1.3/src/fonts/freetype.cpp   2014-11-03 21:09:52.395768445 +0100
15 @@ -38,7 +38,7 @@
16  #include "config.h"
17  #endif /* HAVE_CONFIG_H */
18  
19 -#include <stdlib.h>
20 +#include <cstdlib>
21  #include <assert.h>
22  
23  #include "glue/freetype.h"
This page took 0.104645 seconds and 3 git commands to generate.