[Libreoffice-commits] .: libtextcat/libexttextcat-3.0.1.patch

Thorsten Behrens thorsten at kemper.freedesktop.org
Thu Sep 29 08:09:07 PDT 2011


 libtextcat/libexttextcat-3.0.1.patch |   29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

New commits:
commit 2cfcd347e2f44822199abde2a5666be22cf0c315
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Thu Sep 29 17:08:40 2011 +0200

    Better solution for libexttextcat android platform parsing

diff --git a/libtextcat/libexttextcat-3.0.1.patch b/libtextcat/libexttextcat-3.0.1.patch
index 2d55979..bed905c 100644
--- a/libtextcat/libexttextcat-3.0.1.patch
+++ b/libtextcat/libexttextcat-3.0.1.patch
@@ -1,19 +1,20 @@
 --- misc/libexttextcat-3.1.0/config.sub	2011-09-20 17:14:22.000000000 +0200
 +++ misc/build/libexttextcat-3.1.0/config.sub	2011-09-26 16:05:16.000000000 +0200
-@@ -320,7 +320,7 @@
- 	  basic_machine=$basic_machine-pc
- 	  ;;
- 	# Object if more than one company name word.
--	*-*-*)
-+	*-*-*-*)
- 		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
- 		exit 1
- 		;;
-@@ -1292,6 +1292,7 @@
- 	      | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
- 	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
+@@ -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* \
-+	      | -androideabi \
  	      | -chorusos* | -chorusrdb* | -cegcc* \
  	      | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
- 	      | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
+-	      | -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* \


More information about the Libreoffice-commits mailing list