aboutsummaryrefslogtreecommitdiffstats
path: root/testing/irrlicht/irrlicht-1.8.1-config.patch
diff options
context:
space:
mode:
authorxming <xmingske@gmail.com>2014-09-21 12:38:05 +0000
committerBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2014-09-21 14:43:24 +0200
commitaf5da010075617a30d42d7f84acdbdca6e835be4 (patch)
tree2c84c613416d6c21389c028b5bf5a11beb7b98a0 /testing/irrlicht/irrlicht-1.8.1-config.patch
parent14253e00b6b6c62f2e2605097fc8a1f203b7da80 (diff)
downloadaports-af5da010075617a30d42d7f84acdbdca6e835be4.tar.bz2
aports-af5da010075617a30d42d7f84acdbdca6e835be4.tar.xz
testing/irrlicht: version bump to 1.8.1 + compile fixes
Diffstat (limited to 'testing/irrlicht/irrlicht-1.8.1-config.patch')
-rw-r--r--testing/irrlicht/irrlicht-1.8.1-config.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/irrlicht/irrlicht-1.8.1-config.patch b/testing/irrlicht/irrlicht-1.8.1-config.patch
new file mode 100644
index 0000000000..a394dc14d2
--- /dev/null
+++ b/testing/irrlicht/irrlicht-1.8.1-config.patch
@@ -0,0 +1,29 @@
+--- a/include/IrrCompileConfig.h
++++ b/include/IrrCompileConfig.h
+@@ -249,7 +249,7 @@
+ //! 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 @@
+ //! 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 @@
+ /** 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