aboutsummaryrefslogtreecommitdiffstats
path: root/main/vlc/fix-waitpid-usage.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-10-19 02:02:02 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-10-19 02:03:28 +0000
commit258138236a40133c9992102beaad7ffd01cc8064 (patch)
tree61a1ba4eec98e635def8bd07d720a056c6c5715c /main/vlc/fix-waitpid-usage.patch
parent06ed59fbbf986daa76004b8150ec4e6ab85cdae0 (diff)
downloadaports-258138236a40133c9992102beaad7ffd01cc8064.tar.bz2
aports-258138236a40133c9992102beaad7ffd01cc8064.tar.xz
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
Diffstat (limited to 'main/vlc/fix-waitpid-usage.patch')
-rw-r--r--main/vlc/fix-waitpid-usage.patch8
1 files changed, 8 insertions, 0 deletions
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 <sys/types.h>
+ #include <sys/wait.h>
++#include <errno.h>
+ #include <fcntl.h>
+ #include <spawn.h>
+ #include <unistd.h>
@@ -93,7 +93,7 @@
while (len < sizeof (buf));