diff options
Diffstat (limited to 'testing/mednafen/03-fix_textrels.patch')
-rw-r--r-- | testing/mednafen/03-fix_textrels.patch | 11 |
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 0000000000..1ebbea5b1e --- /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" |