diff options
author | Tristan Heaven <tristan@gentoo.org> | 2006-12-06 19:41:20 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2006-12-06 19:41:20 +0000 |
commit | 86f7e87c2548dbf1e0fc60cab92d4bb402fd38f5 (patch) | |
tree | b43a7460c867cbc3db67ce34807ad98b65a302a2 /dev-games/irrlicht/files/irrlicht-1.2-config.patch | |
parent | Removing a comment that wasn't correct. (diff) | |
download | historical-86f7e87c2548dbf1e0fc60cab92d4bb402fd38f5.tar.gz historical-86f7e87c2548dbf1e0fc60cab92d4bb402fd38f5.tar.bz2 historical-86f7e87c2548dbf1e0fc60cab92d4bb402fd38f5.zip |
Version bump
Package-Manager: portage-2.1.2_rc2-r5
Diffstat (limited to 'dev-games/irrlicht/files/irrlicht-1.2-config.patch')
-rw-r--r-- | dev-games/irrlicht/files/irrlicht-1.2-config.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-games/irrlicht/files/irrlicht-1.2-config.patch b/dev-games/irrlicht/files/irrlicht-1.2-config.patch new file mode 100644 index 000000000000..e6ba8795f0d6 --- /dev/null +++ b/dev-games/irrlicht/files/irrlicht-1.2-config.patch @@ -0,0 +1,26 @@ +--- include/IrrCompileConfig.h.old 2006-09-16 12:42:28.000000000 +0200 ++++ include/IrrCompileConfig.h 2006-09-16 12:42:58.000000000 +0200 +@@ -68,7 +68,6 @@ + //! Define _IRR_USE_NON_SYSTEM_ZLIB_ to let irrlicht use the zlib which comes with irrlicht. + /** If this is commented out, Irrlicht will try to compile using the zlib installed in the system. + This is only used when _IRR_COMPILE_WITH_ZLIB_ is defined. */ +-#define _IRR_USE_NON_SYSTEM_ZLIB_ + + + //! Define _IRR_COMPILE_WITH_JPEGLIB_ to enable compiling the engine using libjpeg. +@@ -79,7 +78,6 @@ + //! 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_COMPILE_WITH_LIBPNG_ to enable compiling the engine using libpng. +@@ -90,7 +88,6 @@ + //! 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_D3D_NO_SHADER_DEBUGGING to disable shader debugging in D3D9 |