[vlc-commits] contrib/freetype: fix compilation on Darwin

Felix Paul Kühne git at videolan.org
Wed Oct 28 21:56:25 CET 2015


vlc/vlc-2.2 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Oct 26 11:38:11 2015 +0100| [04a4b857d2e67d4a26480ec8eb9d0f55faa0f067] | committer: Jean-Baptiste Kempf

contrib/freetype: fix compilation on Darwin

(cherry picked from commit a2ee2cdd79a8982661b8235448d5d1e7adf7ed67)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=04a4b857d2e67d4a26480ec8eb9d0f55faa0f067
---

 contrib/src/freetype2/rules.mak |    1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/src/freetype2/rules.mak b/contrib/src/freetype2/rules.mak
index 6fee7a6..ed6fa15 100644
--- a/contrib/src/freetype2/rules.mak
+++ b/contrib/src/freetype2/rules.mak
@@ -17,6 +17,7 @@ freetype: freetype-$(FREETYPE2_VERSION).tar.gz .sum-freetype2
 	$(UNPACK)
 	$(call pkg_static, "builds/unix/freetype2.in")
 	$(MOVE)
+	cd $@ && cp builds/unix/install-sh .
 
 DEPS_freetype2 = zlib $(DEPS_zlib)
 



More information about the vlc-commits mailing list