pkgsrc/audio/bmp/patches/patch-as
khorben d7c4a6e7b7 Patched bmp as recommended in xmms-crossfade.
This fixes issues occuring with this plug-in enabled, while stopping
playback or crossfading between tracks for instance.

Bump revision, as the resulting binaries are changed with this patch.
2013-08-13 00:40:27 +00:00

12 lines
302 B
Text

$NetBSD: patch-as,v 1.3 2013/08/13 00:40:27 khorben Exp $
--- beep/controlsocket.c.orig 2005-09-04 22:36:04.000000000 +0000
+++ beep/controlsocket.c
@@ -31,6 +31,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
+#include <time.h>
#include "main.h"
#include "equalizer.h"