Index: head/lang/lua52/files/patch-src__luaconf.h =================================================================== --- head/lang/lua52/files/patch-src__luaconf.h (nonexistent) +++ head/lang/lua52/files/patch-src__luaconf.h (revision 548161) @@ -0,0 +1,19 @@ +--- src/luaconf.h.old ++++ src/luaconf.h +@@ -519,10 +519,15 @@ + #define LUA_IEEE754TRICK + #define LUA_IEEEENDIAN 0 + +-#elif defined(__POWERPC__) || defined(__ppc__) /* }{ */ ++#elif defined(__powerpc__) + + #define LUA_IEEE754TRICK ++ ++#ifdef __LITTLE_ENDIAN__ ++#define LUA_IEEEENDIAN 0 ++#else + #define LUA_IEEEENDIAN 1 ++#endif + + #else /* }{ */ + Property changes on: head/lang/lua52/files/patch-src__luaconf.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property