summaryrefslogtreecommitdiff
path: root/redland
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2011-09-27 10:48:46 +0200
committerThorsten Behrens <tbehrens@novell.com>2011-09-27 10:49:24 +0200
commit65cd6a9f75ca5df85fcf0b111864ecf0ec48fff9 (patch)
tree528a8141df7bba4203d885bb3356fad7048e2781 /redland
parent193715bbf0e59256fd8da7ebd8dc5eb937615281 (diff)
Fix android platform parsing for raptor
Diffstat (limited to 'redland')
-rw-r--r--redland/raptor/raptor-1.4.18.patch.autotools20
1 files changed, 20 insertions, 0 deletions
diff --git a/redland/raptor/raptor-1.4.18.patch.autotools b/redland/raptor/raptor-1.4.18.patch.autotools
index 4b43def56511..b91444edc813 100644
--- a/redland/raptor/raptor-1.4.18.patch.autotools
+++ b/redland/raptor/raptor-1.4.18.patch.autotools
@@ -1,3 +1,23 @@
+--- misc/raptor-1.4.18/config.sub 2008-04-03 05:15:09.000000000 +0200
++++ misc/build/raptor-1.4.18/config.sub 2011-09-27 10:01:06.000000000 +0200
+@@ -120,7 +120,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* | \
+ storm-chaos* | os2-emx* | rtmk-nova*)
+ os=-$maybe_os
+@@ -1250,7 +1250,7 @@
+ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
+ | -chorusos* | -chorusrdb* \
+ | -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* \
--- misc/raptor-1.4.18/configure Sun Jun 15 10:25:55 2008
+++ misc/build/raptor-1.4.18/configure Wed Feb 18 13:23:12 2009
@@ -4321,7 +4321,7 @@