diff options
author | Motoyuki Konno <motoyuki@FreeBSD.org> | 2002-04-11 00:11:41 +0000 |
---|---|---|
committer | Motoyuki Konno <motoyuki@FreeBSD.org> | 2002-04-11 00:11:41 +0000 |
commit | 9e0cb30d0b2105ce1f79414c7973a4d40cc7710f (patch) | |
tree | 17f6a70005a75aaf6eb5606f6693c9565e404396 /audio/rplay | |
parent | 6fa4e9c3268bc743c61c07a75e94f4e64ee7a39b (diff) | |
download | ports-9e0cb30d0b2105ce1f79414c7973a4d40cc7710f.tar.gz ports-9e0cb30d0b2105ce1f79414c7973a4d40cc7710f.zip |
Notes
Diffstat (limited to 'audio/rplay')
-rw-r--r-- | audio/rplay/files/patch-an | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/audio/rplay/files/patch-an b/audio/rplay/files/patch-an index e2f195deb3d2..2a7d99ae2dee 100644 --- a/audio/rplay/files/patch-an +++ b/audio/rplay/files/patch-an @@ -1,5 +1,14 @@ ---- rplayd/audio/audio_FreeBSD.c.orig Sun Jul 22 19:44:58 2001 -+++ rplayd/audio/audio_FreeBSD.c Sun Jul 22 19:47:01 2001 +--- rplayd/audio/audio_FreeBSD.c.orig Wed Mar 10 16:58:10 1999 ++++ rplayd/audio/audio_FreeBSD.c Thu Apr 11 07:45:56 2002 +@@ -35,7 +35,7 @@ + #include <sys/ioctl.h> + #include <sys/errno.h> + #include <errno.h> +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + + /* + * for the poor folks who don't have a sound card, but use the pc speaker @@ -353,7 +353,7 @@ return (-1); } |