summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-02-17 03:51:13 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-02-17 03:51:13 +0000
commit6b2419c6c5d0f7605b2308a8a9b350822f3c7697 (patch)
tree3bf08c606eeb40c63bf1e6a34a63e1178132934e /games-emulation/advancemame/files/advancemame-1.2-pic.patch
parentRemove REQUIRED_USE to prevent conflict with package.use.force of USE flags n... (diff)
downloadhistorical-6b2419c6c5d0f7605b2308a8a9b350822f3c7697.tar.gz
historical-6b2419c6c5d0f7605b2308a8a9b350822f3c7697.tar.bz2
historical-6b2419c6c5d0f7605b2308a8a9b350822f3c7697.zip
version bump wrt #452280
Package-Manager: portage-2.2.0_alpha162/cvs/Linux x86_64 Manifest-Sign-Key: 0xE73C35B3
Diffstat (limited to 'games-emulation/advancemame/files/advancemame-1.2-pic.patch')
-rw-r--r--games-emulation/advancemame/files/advancemame-1.2-pic.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/games-emulation/advancemame/files/advancemame-1.2-pic.patch b/games-emulation/advancemame/files/advancemame-1.2-pic.patch
new file mode 100644
index 000000000000..049befbfac2c
--- /dev/null
+++ b/games-emulation/advancemame/files/advancemame-1.2-pic.patch
@@ -0,0 +1,13 @@
+--- ./advance/blit/blit.c.orig 2004-12-19 01:01:46.039956536 -0500
++++ ./advance/blit/blit.c 2004-12-19 01:01:19.566981040 -0500
+@@ -28,6 +28,10 @@
+ * do so, delete this exception statement from your version.
+ */
+
++#if defined(USE_ASM_INLINE) && defined(__PIC__)
++# undef USE_ASM_INLINE
++#endif
++
+ #include "portable.h"
+
+ #include "blit.h"