summaryrefslogtreecommitdiff
path: root/package/libsquish/patches/patch-Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-05-25 19:19:01 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-05-25 19:19:01 +0200
commitc6847d3f5be31fd644d6a41de147b4604852966e (patch)
tree192129bb2c530fe17fa7ab2339cff505d54f5029 /package/libsquish/patches/patch-Makefile
parentd0b360fab8b74eb5ae912e4841ef0403dbabb981 (diff)
parent67e2da6a84f50c0b0e43f4d4fb9eae91671e81ad (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libsquish/patches/patch-Makefile')
-rw-r--r--package/libsquish/patches/patch-Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libsquish/patches/patch-Makefile b/package/libsquish/patches/patch-Makefile
new file mode 100644
index 000000000..702db40f5
--- /dev/null
+++ b/package/libsquish/patches/patch-Makefile
@@ -0,0 +1,10 @@
+--- libsquish-1.10-openelec.orig/Makefile 2015-01-09 09:52:04.000000000 -0600
++++ libsquish-1.10-openelec/Makefile 2015-05-22 16:32:55.398921290 -0500
+@@ -10,6 +10,7 @@ LIB = libsquish.a
+ all : $(LIB) squish.pc
+
+ install : $(LIB) squish.pc
++ mkdir -p $(INSTALL_DIR)/include $(INSTALL_DIR)/lib/pkgconfig
+ install squish.h $(INSTALL_DIR)/include
+ install libsquish.a $(INSTALL_DIR)/lib
+ install squish.pc $(INSTALL_DIR)/lib/pkgconfig