diff options
author | motoyuki <motoyuki@FreeBSD.org> | 2002-04-11 08:11:41 +0800 |
---|---|---|
committer | motoyuki <motoyuki@FreeBSD.org> | 2002-04-11 08:11:41 +0800 |
commit | 9da96f598e65a1c4e9961542a381f2025f216d2d (patch) | |
tree | deca4477101c4b6dbc3147a8078fadb7ca906602 /audio/rplay | |
parent | 74dcdc61e3a52a3c3b2ec2b02a92d2af0424f356 (diff) | |
download | freebsd-ports-gnome-9da96f598e65a1c4e9961542a381f2025f216d2d.tar.gz freebsd-ports-gnome-9da96f598e65a1c4e9961542a381f2025f216d2d.tar.zst freebsd-ports-gnome-9da96f598e65a1c4e9961542a381f2025f216d2d.zip |
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/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); } |