Kaydet (Commit) 2f465a88 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add patch to recognize Android

üst ff7aa733
--- misc/build/lcms2-2.3/config.sub
+++ misc/build/lcms2-2.3/config.sub
@@ -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* \
...@@ -39,6 +39,8 @@ TARGET=so_lcms2 ...@@ -39,6 +39,8 @@ TARGET=so_lcms2
TARFILE_NAME=lcms2-2.3 TARFILE_NAME=lcms2-2.3
TARFILE_MD5=327348d67c979c88c2dec59a23a17d85 TARFILE_MD5=327348d67c979c88c2dec59a23a17d85
PATCH_FILES = lcms2.patch
.IF "$(SYSTEM_LCMS2)" == "YES" .IF "$(SYSTEM_LCMS2)" == "YES"
@all: @all:
@echo "Using system littlecms2..." @echo "Using system littlecms2..."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment