[vlc-commits] extras: m4: fix snprintf for macOS 10.13

Thomas Guillem git at videolan.org
Tue Nov 21 13:37:04 CET 2017


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Nov 21 13:36:22 2017 +0100| [96d59814184976a30b558b0e9d10bcbdbe3cc940] | committer: Thomas Guillem

extras: m4: fix snprintf for macOS 10.13

Same patches than the bison ones since the same lib is used on both project.

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

 extras/tools/tools.mak | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index 3bdd249628..fa90c4c833 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -175,6 +175,8 @@ m4-$(M4_VERSION).tar.gz:
 
 m4: m4-$(M4_VERSION).tar.gz
 	$(UNPACK)
+	$(APPLY) bison-macOS-c41f233c.patch
+	$(APPLY) bison-macOS-7df04f9.patch
 	$(MOVE)
 
 .m4: m4



More information about the vlc-commits mailing list