summaryrefslogtreecommitdiff
path: root/package/kodi/patches/patch-tools_TexturePacker_Makefile_in
diff options
context:
space:
mode:
Diffstat (limited to 'package/kodi/patches/patch-tools_TexturePacker_Makefile_in')
-rw-r--r--package/kodi/patches/patch-tools_TexturePacker_Makefile_in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kodi/patches/patch-tools_TexturePacker_Makefile_in b/package/kodi/patches/patch-tools_TexturePacker_Makefile_in
index bdd6f679f..0fe1e0875 100644
--- a/package/kodi/patches/patch-tools_TexturePacker_Makefile_in
+++ b/package/kodi/patches/patch-tools_TexturePacker_Makefile_in
@@ -1,12 +1,12 @@
---- kodi-14.0rc3.orig/tools/TexturePacker/Makefile.in 2014-12-09 14:19:32.000000000 +0100
-+++ kodi-14.0rc3/tools/TexturePacker/Makefile.in 2014-12-20 19:50:10.000000000 +0100
+--- xbmc-14.0-Helix.orig/tools/TexturePacker/Makefile.in 2014-12-22 17:11:35.000000000 -0600
++++ xbmc-14.0-Helix/tools/TexturePacker/Makefile.in 2014-12-27 13:48:57.427472564 -0600
@@ -33,5 +33,10 @@ $(TARGET): $(SRCS) @abs_top_srcdir@/xbmc
# TexturePacker run native on build system, build it with native tools
make -C @abs_top_srcdir@/lib/libsquish/ libsquish-native.so
$(CXX_FOR_BUILD) $(CXXFLAGS_FOR_BUILD) $(DEFINES) $(NATIVE_ARCH) $(SRCS) $(LDFLAGS_FOR_BUILD) -o $(TARGET)
+ifeq ($(findstring Darwin,$(shell uname -s)),Darwin)
+ install_name_tool -change /usr/lib/libSDL_image-1.2.0.dylib \
-+ @@STAGING_HOST_DIR@@/usr/lib/libSDL_image-1.2.0.dylib \
++ /home/wbx/myapp/host_x86_64-linux-gnu/usr/lib/libSDL_image-1.2.0.dylib \
+ $(TARGET)
+endif