diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2025-06-24 12:26:52 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2025-06-24 12:26:52 +0300 |
commit | e2084960be5cb1d535d9767419785867d57bb69a (patch) | |
tree | 3badf8c870c7e2f4ccaadbfc028bdd7e66a9f451 /graphics/ogre3d/files/patch-OgreMain_include_OgreBitwise.h | |
parent | security/vuxml: fix spelling mistakes (diff) |
graphics/ogre3d: update to 14.3.4 release (+)
Ogre3D was updated to the lastest release, 14.3.4.
Full release notes for all previous releases since 1.11.6 available at GitHub releases page, https://github.com/OGRECave/ogre/releases
Adopt port by agreement with Oliver
PR: 287563
Diffstat (limited to 'graphics/ogre3d/files/patch-OgreMain_include_OgreBitwise.h')
-rw-r--r-- | graphics/ogre3d/files/patch-OgreMain_include_OgreBitwise.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/ogre3d/files/patch-OgreMain_include_OgreBitwise.h b/graphics/ogre3d/files/patch-OgreMain_include_OgreBitwise.h new file mode 100644 index 000000000000..2e21996f73b0 --- /dev/null +++ b/graphics/ogre3d/files/patch-OgreMain_include_OgreBitwise.h @@ -0,0 +1,12 @@ +--- OgreMain/include/OgreBitwise.h.orig 2021-08-04 18:33:45 UTC ++++ OgreMain/include/OgreBitwise.h +@@ -29,6 +29,9 @@ ------------------------------------------------------ + #define _Bitwise_H__ + + #include "OgrePrerequisites.h" ++#undef bswap16 ++#undef bswap32 ++#undef bswap64 + + #ifdef bswap16 + #undef bswap16 |