aboutsummaryrefslogtreecommitdiffstats
path: root/community/irrlicht/irrlicht-1.8.3-config.patch
diff options
context:
space:
mode:
authorxming <xmingske@gmail.com>2015-11-09 13:04:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-10 15:44:32 +0000
commit7a6e9c8c2a7546836e8e058edb72429bf55a8712 (patch)
tree6c76a18d0c8bdd8eacf6831e4c99d669a82ce7b4 /community/irrlicht/irrlicht-1.8.3-config.patch
parent5b67e37dc287beb837796825db5994fbe85b7e13 (diff)
downloadaports-7a6e9c8c2a7546836e8e058edb72429bf55a8712.tar.bz2
aports-7a6e9c8c2a7546836e8e058edb72429bf55a8712.tar.xz
community/irrlicht
updated to 1.8.3 with gcc5.x fixes
Diffstat (limited to 'community/irrlicht/irrlicht-1.8.3-config.patch')
-rw-r--r--community/irrlicht/irrlicht-1.8.3-config.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/community/irrlicht/irrlicht-1.8.3-config.patch b/community/irrlicht/irrlicht-1.8.3-config.patch
new file mode 100644
index 0000000000..0320d93969
--- /dev/null
+++ b/community/irrlicht/irrlicht-1.8.3-config.patch
@@ -0,0 +1,31 @@
+diff --git a/include/IrrCompileConfig.h b/include/IrrCompileConfig.h
+index 2fa2423..e7c287e 100644
+--- a/include/IrrCompileConfig.h
++++ b/include/IrrCompileConfig.h
+@@ -249,7 +249,7 @@ the engine will no longer read .jpeg images. */
+ //! Define _IRR_USE_NON_SYSTEM_JPEG_LIB_ to let irrlicht use the jpeglib which comes with irrlicht.
+ /** If this is commented out, Irrlicht will try to compile using the jpeg lib installed in the system.
+ This is only used when _IRR_COMPILE_WITH_LIBJPEG_ is defined. */
+-#define _IRR_USE_NON_SYSTEM_JPEG_LIB_
++//#define _IRR_USE_NON_SYSTEM_JPEG_LIB_
+ #ifdef NO_IRR_USE_NON_SYSTEM_JPEG_LIB_
+ #undef _IRR_USE_NON_SYSTEM_JPEG_LIB_
+ #endif
+@@ -265,7 +265,7 @@ the engine will no longer read .png images. */
+ //! Define _IRR_USE_NON_SYSTEM_LIBPNG_ to let irrlicht use the libpng which comes with irrlicht.
+ /** If this is commented out, Irrlicht will try to compile using the libpng installed in the system.
+ This is only used when _IRR_COMPILE_WITH_LIBPNG_ is defined. */
+-#define _IRR_USE_NON_SYSTEM_LIB_PNG_
++//#define _IRR_USE_NON_SYSTEM_LIB_PNG_
+ #ifdef NO_IRR_USE_NON_SYSTEM_LIB_PNG_
+ #undef _IRR_USE_NON_SYSTEM_LIB_PNG_
+ #endif
+@@ -602,7 +602,7 @@ ones. */
+ /** If this is commented out, Irrlicht will try to compile using the zlib
+ installed on the system. This is only used when _IRR_COMPILE_WITH_ZLIB_ is
+ defined. */
+-#define _IRR_USE_NON_SYSTEM_ZLIB_
++//#define _IRR_USE_NON_SYSTEM_ZLIB_
+ #ifdef NO_IRR_USE_NON_SYSTEM_ZLIB_
+ #undef _IRR_USE_NON_SYSTEM_ZLIB_
+ #endif