summaryrefslogtreecommitdiff
path: root/media-tv/kodi/files/kodi-9999-texturepacker.patch
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2015-04-12 19:10:04 +0300
committerBlackNoxis <steven.darklight@gmail.com>2015-04-12 19:10:04 +0300
commitaccbf06fc6adda2849f2931c5d1c5d5520077480 (patch)
tree2d1313927ee491a9d89bbfcdf18187f719270791 /media-tv/kodi/files/kodi-9999-texturepacker.patch
parentcf9e1ef0b6c30c34031f2d4b5e5fe250b90a87ea (diff)
(*) major revamp of ebuilds, upgrading EAPIs
Diffstat (limited to 'media-tv/kodi/files/kodi-9999-texturepacker.patch')
-rw-r--r--media-tv/kodi/files/kodi-9999-texturepacker.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/media-tv/kodi/files/kodi-9999-texturepacker.patch b/media-tv/kodi/files/kodi-9999-texturepacker.patch
new file mode 100644
index 00000000..fe3dcdcf
--- /dev/null
+++ b/media-tv/kodi/files/kodi-9999-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