diff options
author | motoyuki <motoyuki@FreeBSD.org> | 2002-04-11 00:11:41 +0000 |
---|---|---|
committer | motoyuki <motoyuki@FreeBSD.org> | 2002-04-11 00:11:41 +0000 |
commit | 9da96f598e65a1c4e9961542a381f2025f216d2d (patch) | |
tree | deca4477101c4b6dbc3147a8078fadb7ca906602 /audio | |
parent | 74dcdc61e3a52a3c3b2ec2b02a92d2af0424f356 (diff) | |
download | FreeBSD-ports-9da96f598e65a1c4e9961542a381f2025f216d2d.zip FreeBSD-ports-9da96f598e65a1c4e9961542a381f2025f216d2d.tar.gz |
Fix build problem on 5-current.
<machine/soundcard.h> is moved to <sys/soundcard.h> on both 4-stable
and 5-current. See commitlog of src/include/Makefile rev 1.165.
Diffstat (limited to 'audio')
-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 e2f195d..2a7d99a 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); } |