aboutsummaryrefslogtreecommitdiffstats
path: root/testing/irrlicht
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2014-09-21 15:07:01 +0200
committerBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2014-09-21 15:07:01 +0200
commit21bc92831375194c99f36ffa932d1423d9980324 (patch)
treedfcfdea65ef2a4ab3650beb61d857b37f88a68e7 /testing/irrlicht
parentc502d9eb0cbfc58cc3cbcd4c92a1f813f785d0d5 (diff)
downloadaports-21bc92831375194c99f36ffa932d1423d9980324.tar.bz2
aports-21bc92831375194c99f36ffa932d1423d9980324.tar.xz
testing/irrlicht: fix irrlicht-1.8.1-config.patch
Diffstat (limited to 'testing/irrlicht')
-rw-r--r--testing/irrlicht/APKBUILD6
-rw-r--r--testing/irrlicht/irrlicht-1.8.1-config.patch18
2 files changed, 12 insertions, 12 deletions
diff --git a/testing/irrlicht/APKBUILD b/testing/irrlicht/APKBUILD
index 2c5446fa35..f058436052 100644
--- a/testing/irrlicht/APKBUILD
+++ b/testing/irrlicht/APKBUILD
@@ -84,13 +84,13 @@ package() {
md5sums="f4f7fa33bd1060eb0dd51dcd66b0f6e3 irrlicht-1.8.1.zip
b83f74be3507b9a0488ac15892456ac9 irrlicht-1.8.1-mesa-10.x.patch
-892096241cd5ae5bd9e86548f271cb38 irrlicht-1.8.1-config.patch
+f3a3616ae60d19a44c58e71d70e52186 irrlicht-1.8.1-config.patch
eb2edf8959d587f590e978b4e93b3663 irrlicht-1.8.1-sysctl.patch"
sha256sums="814bb90116d5429449ba1d169e2cbff881c473b7eada4c2447132bc4f4a6e97b irrlicht-1.8.1.zip
d17e8084cb5b458aef85a136b6366e07e615b8dcca18fd7f66a988886d7ab750 irrlicht-1.8.1-mesa-10.x.patch
-743ea676da8e60f2aada5f4b228cf48cc2b2d419339d1a03560d655164a732e1 irrlicht-1.8.1-config.patch
+67393d31171dfdaf34dc0874c9bece9c25d58589f4532e23487a20b5c33c514e irrlicht-1.8.1-config.patch
71a372624332d8c72c215565e1d66da1ff8eb85cefdbe4f0c8c949fb6aa74e8d irrlicht-1.8.1-sysctl.patch"
sha512sums="93390c162e5a8edb231588d47dc421c24d21a34e833df1f3b92c85a9e8ef4a96a61d854e05eedb37f88f7f02821059e78a40a52cbc8e39356c4d36b17775dfbb irrlicht-1.8.1.zip
44c16419c07597ba6d06d66057fbe2ab86e7b02b5dcdf458678b4ea87f6f721840da951ae4df59c983e1da83abdbe45f82e44a6a311bd42eb94d93dfd5aa437c irrlicht-1.8.1-mesa-10.x.patch
-8cd4ec3fd439f2b3d560fed3403628fccaf870249410cd879a76f3a44aadfb4f01381dc400c07192848b78fa74533f0b61faf5bb8b409cbf6a6dff560c676d47 irrlicht-1.8.1-config.patch
+8bb80040b90bc3d4b8d3f9c5c3f39f3cc2d09fef663338e0994788bc1cd9254b9e7465ac2b344d4532a83c2dc27a8bed9ef5bc26824ef91e4e0159f6db2216e1 irrlicht-1.8.1-config.patch
a25887c46990620271168f3c1ff42e3ff7bd577d5e986803f067942b7f43d63428ebbbf29d3956765b3199da731b151a39d3ee6b8e5bdab189710ef8fb9595e5 irrlicht-1.8.1-sysctl.patch"
diff --git a/testing/irrlicht/irrlicht-1.8.1-config.patch b/testing/irrlicht/irrlicht-1.8.1-config.patch
index b1b8b74201..0320d93969 100644
--- a/testing/irrlicht/irrlicht-1.8.1-config.patch
+++ b/testing/irrlicht/irrlicht-1.8.1-config.patch
@@ -1,5 +1,5 @@
diff --git a/include/IrrCompileConfig.h b/include/IrrCompileConfig.h
-index 2fa2423..e0bff92 100644
+index 2fa2423..e7c287e 100644
--- a/include/IrrCompileConfig.h
+++ b/include/IrrCompileConfig.h
@@ -249,7 +249,7 @@ the engine will no longer read .jpeg images. */
@@ -20,12 +20,12 @@ index 2fa2423..e0bff92 100644
#ifdef NO_IRR_USE_NON_SYSTEM_LIB_PNG_
#undef _IRR_USE_NON_SYSTEM_LIB_PNG_
#endif
-@@ -594,7 +594,7 @@ B3D, MS3D or X meshes */
- /** This enables the engine to read from compressed .zip archives. If you
- disable this feature, the engine can still read archives, but only uncompressed
- ones. */
--#define _IRR_COMPILE_WITH_ZLIB_
-+//#define _IRR_COMPILE_WITH_ZLIB_
- #ifdef NO_IRR_COMPILE_WITH_ZLIB_
- #undef _IRR_COMPILE_WITH_ZLIB_
+@@ -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