aboutsummaryrefslogtreecommitdiff
path: root/games/mame/gcc471.patch
diff options
context:
space:
mode:
authorErik Hanson <erik@slackbuilds.org>2015-02-28 05:10:12 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-28 11:06:36 +0700
commit8aecd9ce372ff9c6abc55dc036a6ea12eab6ca22 (patch)
tree6c3851cb0f479b0fdf722ef491816a3d96ed89c6 /games/mame/gcc471.patch
parent805306c8dcbb30fc325a6f4e0d6e11e9333a8ea6 (diff)
downloadslackbuilds-8aecd9ce372ff9c6abc55dc036a6ea12eab6ca22.tar.xz
games/mame: Updated for version 0.159.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/mame/gcc471.patch')
-rw-r--r--games/mame/gcc471.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/mame/gcc471.patch b/games/mame/gcc471.patch
deleted file mode 100644
index 476336fffa06..000000000000
--- a/games/mame/gcc471.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- mame-0.149/src/osd/osdcomm.h 2013-01-11 09:32:48.000000000 -0200
-+++ mame-0.149_patched/src/osd/osdcomm.h 2013-06-13 23:42:19.963506085 -0300
-@@ -66,7 +66,7 @@
- #define ATTR_MALLOC __attribute__((malloc))
- #define ATTR_PURE __attribute__((pure))
- #define ATTR_CONST __attribute__((const))
--#define ATTR_FORCE_INLINE __attribute__((always_inline))
-+#define ATTR_FORCE_INLINE
- #define ATTR_NONNULL(...) __attribute__((nonnull(__VA_ARGS__)))
- /* not supported in GCC prior to 4.4.x */
- #if ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)