stk-code_catmod/lib
Ezequiel Garcia 02361a37e8 Minor fixes for issues found while cross-building v2 (#2556)
* irrlicht: Fix harmless typo when setting CMAKE_CXX_FLAGS

The CMAKE_CXX_FLAGS set should be based on previously set
CMAKE_CXX_FLAGS (instead of C flags). This is currently
harmless because CMAKE_CXX_FLAGS is not previously set.

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>

* irrlicht: Get rid of unprefixed cflags

Cross-building requires proper include paths. This commit
removes the unprefixed -I/usr/X11R6/include in irrlicht cflags,
replacing it with a proper CMake module.

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>

* irrlicht: Fix boolean return type for jpeglib's callback

Building on certain toolchains can fail due to returning an integer
instead of TRUE. In any case, only {TRUE,FALSE} should be used
as 'boolean' jpeglib type. Fix this by returning TRUE.

  CImageLoaderJPG.cpp: In static member function 'static boolean
  irr::video::CImageLoaderJPG::fill_input_buffer(j_decompress_ptr)':
  CImageLoaderJPG.cpp:69:9: error: invalid conversion from 'int' to 'boolean'
  [-fpermissive]

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
2016-07-03 21:07:53 -04:00
..
angelscript Silence AngelScript warning as in 6af30b68f0 2016-02-18 09:50:49 -06:00
bullet Improved fix for 2522 by using isStaticOrKinematicObject() function 2016-06-27 07:48:30 +10:00
enet Merge most modifications by egirsova to build 64-bits on OS X 2016-03-21 20:16:59 -04:00
glew One more tweak..... 2016-06-04 00:10:56 +02:00
irrlicht Minor fixes for issues found while cross-building v2 (#2556) 2016-07-03 21:07:53 -04:00
jpeglib Merge most modifications by egirsova to build 64-bits on OS X 2016-03-21 20:16:59 -04:00
libpng Merge most modifications by egirsova to build 64-bits on OS X 2016-03-21 20:16:59 -04:00
wiiuse Merge most modifications by egirsova to build 64-bits on OS X 2016-03-21 20:16:59 -04:00
zlib Fixed osx compilation (hopefully). 2015-01-28 11:04:40 +11:00