From 258138236a40133c9992102beaad7ffd01cc8064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Sat, 19 Oct 2013 02:02:02 +0000 Subject: main/vlc: fix build - disable sse (it seems to not go well with pic on new gcc) - patch the font file to correct file (since upgrade to 2.1.0) - update my patch to not fail on musl --- main/vlc/fix-waitpid-usage.patch | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'main/vlc/fix-waitpid-usage.patch') diff --git a/main/vlc/fix-waitpid-usage.patch b/main/vlc/fix-waitpid-usage.patch index 5d19ddb1d6..01b9e1c501 100644 --- a/main/vlc/fix-waitpid-usage.patch +++ b/main/vlc/fix-waitpid-usage.patch @@ -31,6 +31,14 @@ if (p_sys->peeked) --- vlc-2.1.0.orig/src/posix/netconf.c 2013-06-24 21:00:39.000000000 +0300 +++ vlc-2.1.0/src/posix/netconf.c 2013-10-07 14:05:49.603654117 +0300 +@@ -28,6 +28,7 @@ + + #include + #include ++#include + #include + #include + #include @@ -93,7 +93,7 @@ while (len < sizeof (buf)); -- cgit v1.2.3