summaryrefslogtreecommitdiff
path: root/multimedia/kodi/patches/kodi-texturepacker.patch
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja[at]gmail[dot]com>2015-08-24 18:47:07 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-08-25 05:21:14 +0700
commit015219414ab569a21ede4718a6c81f9b82171c65 (patch)
tree3e511747a09ee2cd50300e11b3c7e8228cc54772 /multimedia/kodi/patches/kodi-texturepacker.patch
parent7f80ec7f8c296153bc8691c7422823e2247e136b (diff)
downloadslackbuilds-015219414ab569a21ede4718a6c81f9b82171c65.tar.gz
multimedia/kodi: Updated for version 15.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/kodi/patches/kodi-texturepacker.patch')
-rw-r--r--multimedia/kodi/patches/kodi-texturepacker.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/kodi/patches/kodi-texturepacker.patch b/multimedia/kodi/patches/kodi-texturepacker.patch
new file mode 100644
index 0000000000..fe3dcdcf7a
--- /dev/null
+++ b/multimedia/kodi/patches/kodi-texturepacker.patch
@@ -0,0 +1,17 @@
+--- tools/depends/native/TexturePacker/Makefile.old 2015-03-17 22:29:18.880029509 +0100
++++ tools/depends/native/TexturePacker/Makefile 2015-03-17 22:29:41.459671679 +0100
+@@ -9,14 +9,10 @@
+
+ ifeq ($(NATIVEPLATFORM),)
+ PLATFORM = native
+- EXTRA_CONFIGURE = --enable-static
+ else
+ PLATFORM = $(NATIVEPLATFORM)
+ endif
+
+-ifeq ($(NATIVE_OS), linux)
+- EXTRA_CONFIGURE = --enable-static
+-endif
+ ifeq ($(NATIVE_OS), android)
+ EXTRA_CONFIGURE = --enable-static
+ endif