From 9c4c025200fe757d191681d269dd8025ef26def4 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 10 Mar 2012 04:34:23 +0000 Subject: - Prepare for boost update Feature safe: yes --- games/openlierox/files/patch-src-gusanos-blitters-mmx.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 games/openlierox/files/patch-src-gusanos-blitters-mmx.h (limited to 'games') diff --git a/games/openlierox/files/patch-src-gusanos-blitters-mmx.h b/games/openlierox/files/patch-src-gusanos-blitters-mmx.h new file mode 100644 index 000000000000..af5ab854371a --- /dev/null +++ b/games/openlierox/files/patch-src-gusanos-blitters-mmx.h @@ -0,0 +1,15 @@ +--- src/gusanos/blitters/mmx.h.orig 2010-02-17 19:59:26.000000000 +0300 ++++ src/gusanos/blitters/mmx.h 2012-03-10 07:56:06.901704744 +0400 +@@ -207,12 +207,4 @@ + #error "MMX capability only available on GCC!" + #endif + +-#ifndef always_inline +-#if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0) +-# define always_inline __attribute__((always_inline)) inline +-#else +-# define always_inline inline +-#endif +-#endif +- + #endif //MMX_H -- cgit