diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-11 21:42:37 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-11 21:42:37 +0300 |
commit | cae6dc5426e22adbd26fe2ae14120932104e2e37 (patch) | |
tree | c842e08bf2685552fdb86a2f0abca514ee86b6a1 /mythes | |
parent | 76e160a91c2cb770f87ee32bfcc1b383d5944dc3 (diff) |
Add Android patch
Diffstat (limited to 'mythes')
-rw-r--r-- | mythes/makefile.mk | 3 | ||||
-rw-r--r-- | mythes/mythes-1.2.0-android.patch | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/mythes/makefile.mk b/mythes/makefile.mk index 563c756ce339..abd7038efdc6 100644 --- a/mythes/makefile.mk +++ b/mythes/makefile.mk @@ -44,7 +44,8 @@ ADDITIONAL_FILES += makefile.mk PATCH_FILES=\ mythes-1.2.0-vanilla-th-gen-idx.patch \ mythes-1.2.0-makefile-mk.diff \ - mythes-1.2.1-rhbz675806.patch + mythes-1.2.1-rhbz675806.patch \ + mythes-1.2.0-android.patch .IF "$(GUI)"=="UNX" CONFIGURE_DIR=$(BUILD_DIR) diff --git a/mythes/mythes-1.2.0-android.patch b/mythes/mythes-1.2.0-android.patch new file mode 100644 index 000000000000..cb34b12dea84 --- /dev/null +++ b/mythes/mythes-1.2.0-android.patch @@ -0,0 +1,11 @@ +--- misc/build/mythes-1.2.0/config.sub ++++ misc/build/mythes-1.2.0/config.sub +@@ -1272,7 +1272,7 @@ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ +- | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ ++ | -udi* | -androideabi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* | -cegcc* \ + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ |