[vlc-commits] contrib: fontconfig: Fix build with gperf 3.1+

Hugo Beauzée-Luyssen git at videolan.org
Thu Nov 9 22:30:14 CET 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Nov  9 22:26:05 2017 +0100| [8d7dfdc835fe867d9c1cb38aa639cb171152b1ac] | committer: Hugo Beauzée-Luyssen

contrib: fontconfig: Fix build with gperf 3.1+

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

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

diff --git a/contrib/src/fontconfig/rules.mak b/contrib/src/fontconfig/rules.mak
index dc9953fa6d..4d44c09597 100644
--- a/contrib/src/fontconfig/rules.mak
+++ b/contrib/src/fontconfig/rules.mak
@@ -19,6 +19,7 @@ ifdef HAVE_WIN32
 	$(APPLY) $(SRC)/fontconfig/fontconfig-win32.patch
 	$(APPLY) $(SRC)/fontconfig/fontconfig-noxml2.patch
 endif
+	$(RM) $(UNPACK_DIR)/src/fcobjshash.gperf
 	$(call pkg_static, "fontconfig.pc.in")
 	$(MOVE)
 



More information about the vlc-commits mailing list