mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
- Switch all ogre3d consumers to ogre3d19 This allows to update ogre3d to the latest version without breaking existing ports. The plans are also to make it possible for both ogre3d versions to coexist. Approved by: oliver (discussed via private email)
11 lines
565 B
C
11 lines
565 B
C
--- OgreMain/include/OgrePlatformInformation.h.orig 2013-12-01 18:28:12.000000000 +0100
|
|
+++ OgreMain/include/OgrePlatformInformation.h 2014-06-15 21:59:18.000000000 +0200
|
|
@@ -94,6 +94,7 @@
|
|
OGRE_PLATFORM != OGRE_PLATFORM_NACL
|
|
# define __OGRE_HAVE_SSE 1
|
|
#elif OGRE_DOUBLE_PRECISION == 0 && OGRE_CPU == OGRE_CPU_X86 && (OGRE_COMPILER == OGRE_COMPILER_GNUC || OGRE_COMPILER == OGRE_COMPILER_CLANG) && \
|
|
+ defined(__SSE__) && \
|
|
OGRE_PLATFORM != OGRE_PLATFORM_APPLE_IOS && OGRE_PLATFORM != OGRE_PLATFORM_NACL
|
|
# define __OGRE_HAVE_SSE 1
|
|
#endif
|
|
|