diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2011-10-04 10:27:31 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-10-04 11:06:41 +0200 |
commit | 9c74d5c3f614171dcf045e9b1165a615d3161695 (patch) | |
tree | 1de0e3a0363b081ebe5684cb713a9bd99bd4e826 /libcmis/libcmis-0.1.0-autotools.patch | |
parent | d0889dd36be48a02d4042f6b29ec7e477d95fd19 (diff) |
Initial support for Android
Diffstat (limited to 'libcmis/libcmis-0.1.0-autotools.patch')
-rw-r--r-- | libcmis/libcmis-0.1.0-autotools.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/libcmis/libcmis-0.1.0-autotools.patch b/libcmis/libcmis-0.1.0-autotools.patch new file mode 100644 index 000000000000..29e492ea7fa8 --- /dev/null +++ b/libcmis/libcmis-0.1.0-autotools.patch @@ -0,0 +1,29 @@ +--- bleh/config.sub 2011-09-27 22:48:43.000000000 +0200 ++++ blah/config.sub 2011-10-04 09:26:51.000000000 +0200 +@@ -4,7 +4,7 @@ + # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + # Free Software Foundation, Inc. + +-timestamp='2009-11-20' ++timestamp='2011-10-04' + + # This file is (in principle) common to ALL GNU software. + # The presence of a machine in this file suggests that SOME GNU software +@@ -123,7 +123,7 @@ + # Here we must recognize all the valid KERNEL-OS combinations. + maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` + case $maybe_os in +- nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ ++ nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ + uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + kopensolaris*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) +@@ -1294,7 +1294,7 @@ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* | -cegcc* \ + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ +- | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ ++ | -mingw32* | -linux-gnu* | -linux-androideabi* | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ |