diff options
Diffstat (limited to 'multimedia/mplayer-share/patches/patch-aj')
-rw-r--r-- | multimedia/mplayer-share/patches/patch-aj | 12 |
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 |