SOURCES: irrlicht-sparc.patch (NEW) - sparc != solaris
tommat
tommat at pld-linux.org
Mon Feb 18 21:52:32 CET 2008
Author: tommat Date: Mon Feb 18 20:52:32 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- sparc != solaris
---- Files affected:
SOURCES:
irrlicht-sparc.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/irrlicht-sparc.patch
diff -u /dev/null SOURCES/irrlicht-sparc.patch:1.1
--- /dev/null Mon Feb 18 21:52:32 2008
+++ SOURCES/irrlicht-sparc.patch Mon Feb 18 21:52:27 2008
@@ -0,0 +1,14 @@
+--- irrlicht-1.4/include/IrrCompileConfig.h.orig 2008-02-18 19:32:46.000000000 +0000
++++ irrlicht-1.4/include/IrrCompileConfig.h 2008-02-18 19:37:54.000000000 +0000
+@@ -40,7 +40,11 @@
+ #if !defined(_IRR_WINDOWS_API_) && !defined(MACOSX)
+ #if defined(__sparc__) || defined(__sun__)
+ #define __BIG_ENDIAN__
++#if defined(__linux__)
++#define _IRR_LINUX_PLATFORM_
++#else
+ #define _IRR_SOLARIS_PLATFORM_
++#endif
+ #else
+ #define _IRR_LINUX_PLATFORM_
+ #endif
================================================================
More information about the pld-cvs-commit
mailing list