add new arch m32c (newlib toolchain)
[openadk.git] / package / kodi / patches / patch-tools_depends_native_TexturePacker_Makefile
blob7d7ac0a2938ae2210163b65f3e6b02ed4d3ab5e3
1 --- xbmc-16.0-Jarvis.orig/tools/depends/native/TexturePacker/Makefile   2016-02-20 16:21:19.000000000 +0100
2 +++ xbmc-16.0-Jarvis/tools/depends/native/TexturePacker/Makefile        2016-04-07 23:49:21.000000000 +0200
3 @@ -9,18 +9,10 @@ endif
4  
5  ifeq ($(NATIVEPLATFORM),)
6    PLATFORM = native
7 -  EXTRA_CONFIGURE = --enable-static
8  else
9    PLATFORM = $(NATIVEPLATFORM)
10  endif
12 -ifeq ($(NATIVE_OS), linux)
13 -  EXTRA_CONFIGURE = --enable-static
14 -endif
15 -ifeq ($(NATIVE_OS), android)
16 -  EXTRA_CONFIGURE = --enable-static
17 -endif
19  ifeq ($(XBMCROOT),)
20    XBMCROOT = $(ROOT_DIR)/../../../..
21  endif