File mbuffer-fix_pointer_cast.patch of Package mbuffer
--- mbuffer-20140310.orig/mbuffer.c
+++ mbuffer-20140310/mbuffer.c
@@ -48,6 +48,7 @@ typedef int caddr_t;
#include <sys/time.h>
#include <termios.h>
#include <unistd.h>
+#include <stdint.h>
#ifdef __FreeBSD__
@@ -1111,7 +1112,7 @@ static int requestOutputVolume(int out,
-static void terminateOutputThread(dest_t *d, int status)
+static void terminateOutputThread(dest_t *d, intptr_t status)
{
int err;