summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share/patches
diff options
context:
space:
mode:
authortnn <tnn>2008-02-26 18:14:30 +0000
committertnn <tnn>2008-02-26 18:14:30 +0000
commit723e085a65cb0c700d856869717733410dfb5e1e (patch)
tree24de4e8f8c690bf4e9efd088de2465619faa55af /multimedia/mplayer-share/patches
parent58049dd15eefba21bc5a9bcee2abae879bba22fb (diff)
downloadpkgsrc-723e085a65cb0c700d856869717733410dfb5e1e.tar.gz
Missing include of <errno.h>. PR pkg/38105
Diffstat (limited to 'multimedia/mplayer-share/patches')
-rw-r--r--multimedia/mplayer-share/patches/patch-aj12
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/mplayer-share/patches/patch-aj b/multimedia/mplayer-share/patches/patch-aj
new file mode 100644
index 00000000000..3180cd9db2a
--- /dev/null
+++ b/multimedia/mplayer-share/patches/patch-aj
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.5 2008/02/26 18:14:30 tnn Exp $
+
+--- stream/tvi_bsdbt848.c.orig 2007-10-07 21:49:26.000000000 +0200
++++ stream/tvi_bsdbt848.c
+@@ -36,6 +36,7 @@
+ #include <sys/time.h>
+ #include <signal.h>
+ #include <string.h>
++#include <errno.h>
+
+ #include <sys/param.h>
+ #ifdef USE_SUN_AUDIO