1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/audio/splay/files/patch-aa
Steve Price 8b3fb6d2dd Upgrade to version 0.8.2.
PR:		6122
Submitted by:	maintainer
1998-04-19 15:40:55 +00:00

35 lines
978 B
Plaintext

diff -uNr ../../splay-0.8.2/mpegsound/httpinput.cc ./mpegsound/httpinput.cc
--- ../../splay-0.8.2/mpegsound/httpinput.cc Fri Mar 6 17:43:55 1998
+++ ./mpegsound/httpinput.cc Fri Mar 20 11:00:16 1998
@@ -13,6 +13,7 @@
#include <sys/stat.h>
#include <unistd.h>
+#include <errno.h>
#include "mpegsound.h"
diff -uNr ../../splay-0.8.2/mpegsound/rawplayer.cc ./mpegsound/rawplayer.cc
--- ../../splay-0.8.2/mpegsound/rawplayer.cc Fri Mar 6 17:43:55 1998
+++ ./mpegsound/rawplayer.cc Fri Mar 20 11:00:29 1998
@@ -13,7 +13,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <sys/ioctl.h>
-#include <sys/soundcard.h>
+#include <machine/soundcard.h>
#include "mpegsound.h"
diff -uNr ../../splay-0.8.2/src/splay/splay.cc ./src/splay/splay.cc
--- ../../splay-0.8.2/src/splay/splay.cc Fri Mar 6 17:43:55 1998
+++ ./src/splay/splay.cc Fri Mar 20 11:01:55 1998
@@ -12,6 +12,7 @@
#include <string.h>
#include <unistd.h>
+#include <stdlib.h>
#include <mpegsound.h>