File kodi-texturepacker.patch of Package kodi-next
18
1
--- tools/depends/native/TexturePacker/Makefile.old 2015-03-17 22:29:18.880029509 +0100
2
+++ tools/depends/native/TexturePacker/Makefile 2015-03-17 22:29:41.459671679 +0100
3
4
5
ifeq ($(NATIVEPLATFORM),)
6
PLATFORM = native
7
- EXTRA_CONFIGURE = --enable-static
8
else
9
PLATFORM = $(NATIVEPLATFORM)
10
endif
11
12
-ifeq ($(NATIVE_OS), linux)
13
- EXTRA_CONFIGURE = --enable-static
14
-endif
15
ifeq ($(NATIVE_OS), android)
16
EXTRA_CONFIGURE = --enable-static
17
endif
18