aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2012-03-10 04:34:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2012-03-10 04:34:23 +0000
commit9c4c025200fe757d191681d269dd8025ef26def4 (patch)
treeaa636d4ebfb0305c1f904e334f3029686fa2fb90 /games
parent55642cf2bfe4415f3b46f37f355387993f138e28 (diff)
downloadports-9c4c025200fe757d191681d269dd8025ef26def4.tar.gz
ports-9c4c025200fe757d191681d269dd8025ef26def4.zip
- Prepare for boost update
Feature safe: yes
Notes
Notes: svn path=/head/; revision=293040
Diffstat (limited to 'games')
-rw-r--r--games/openlierox/files/patch-src-gusanos-blitters-mmx.h15
1 files changed, 15 insertions, 0 deletions
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