diff options
author | kris <kris@FreeBSD.org> | 2002-09-08 08:59:58 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-08 08:59:58 +0000 |
commit | a8dcda89fb8f2f86f00f7382f076cf349cca2abd (patch) | |
tree | 03528d437bad3b8368afcf0da13c911fcf86a944 /games/xdigger | |
parent | 9c51a11d180184d13244195b9afae23bdb902db0 (diff) | |
download | FreeBSD-ports-a8dcda89fb8f2f86f00f7382f076cf349cca2abd.zip FreeBSD-ports-a8dcda89fb8f2f86f00f7382f076cf349cca2abd.tar.gz |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Diffstat (limited to 'games/xdigger')
-rw-r--r-- | games/xdigger/files/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xdigger/files/patch-ab b/games/xdigger/files/patch-ab index b16ec0e..492502b 100644 --- a/games/xdigger/files/patch-ab +++ b/games/xdigger/files/patch-ab @@ -1,11 +1,11 @@ ---- sound.c Thu Jan 1 00:06:00 1998 -+++ /home/andy/tmp/wrk/sound.c Sat Jun 29 23:19:09 1996 +--- sound.c.orig Sun Jul 4 02:52:36 1999 ++++ sound.c Sun Sep 8 01:51:39 2002 @@ -39,6 +39,9 @@ #ifdef linux #include <linux/soundcard.h> #endif +#ifdef __FreeBSD__ -+#include <machine/soundcard.h> ++#include <sys/soundcard.h> +#endif #ifdef SOUND_RPLAY #include <rplay.h> |