summaryrefslogtreecommitdiffstats
path: root/testing/mednafen/03-fix_textrels.patch
diff options
context:
space:
mode:
authorAmatcoder <amatcoder@gmail.com>2014-12-01 04:08:33 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-12-01 10:27:14 +0000
commit7f7e180cf1fd282dc6c6e0642a16be75bde4a343 (patch)
tree836b6027c9910a5648eef0749e98eb840d485f28 /testing/mednafen/03-fix_textrels.patch
parent6b20ecac89098aaa157fe2b9edc3966f659bb4d4 (diff)
downloadaports-7f7e180cf1fd282dc6c6e0642a16be75bde4a343.tar.bz2
aports-7f7e180cf1fd282dc6c6e0642a16be75bde4a343.tar.xz
testing/mednafen: Fix textrels on x86 and rebuild against new libcdio
Diffstat (limited to 'testing/mednafen/03-fix_textrels.patch')
-rw-r--r--testing/mednafen/03-fix_textrels.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/mednafen/03-fix_textrels.patch b/testing/mednafen/03-fix_textrels.patch
new file mode 100644
index 000000000..1ebbea5b1
--- /dev/null
+++ b/testing/mednafen/03-fix_textrels.patch
@@ -0,0 +1,11 @@
+--- origin/configure
++++ mednafen/configure
+@@ -26907,7 +26907,7 @@
+ fi
+
+
+- CPPFLAGS="-fno-pic -fno-pie $CPPFLAGS"
++ CPPFLAGS="$CPPFLAGS"
+
+ MMX_CFLAGS="-mmmx"
+ SSE_CFLAGS="-msse"