summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-07-28 00:59:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-07-28 00:59:08 +0000
commit108f01fd0426c171c53125b33a4adb032bfec567 (patch)
tree55dd64e57666844d568d01e34437c0f8a613d1c8 /games-emulation/advancemame/files
parentbump (diff)
downloadgentoo-2-108f01fd0426c171c53125b33a4adb032bfec567.tar.gz
gentoo-2-108f01fd0426c171c53125b33a4adb032bfec567.tar.bz2
gentoo-2-108f01fd0426c171c53125b33a4adb032bfec567.zip
add back in pic patch to try to fix bug #118836; fix up slang dep (bug #141947)
(Portage version: 2.1.1_pre3-r5)
Diffstat (limited to 'games-emulation/advancemame/files')
-rw-r--r--games-emulation/advancemame/files/advancemame-0.106.0-pic.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/games-emulation/advancemame/files/advancemame-0.106.0-pic.patch b/games-emulation/advancemame/files/advancemame-0.106.0-pic.patch
new file mode 100644
index 000000000000..049befbfac2c
--- /dev/null
+++ b/games-emulation/advancemame/files/advancemame-0.106.0-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"