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

Felix Paul Kühne git at videolan.org
Mon Oct 26 12:04:06 CET 2015


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Oct 26 11:38:11 2015 +0100| [aa17a889608535303d95b485c9e94d4e11360bb4] | committer: Felix Paul Kühne

contrib/freetype: fix compilation on Darwin

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

 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 4b57ff3..d001e9b 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