diff options
author | Steve Price <steve@FreeBSD.org> | 1998-03-15 20:38:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-03-15 20:38:42 +0000 |
commit | a17a1365ec65c1844289d142b08d2487c7966aae (patch) | |
tree | 11c93ba7a2659c925dd229bebe8b80e847c2f96c /games/xnibbles/files/patch-ab | |
parent | Activate xlaby. (diff) |
A simple X11 snake game.
PR: 5905
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes:
svn path=/head/; revision=10160
Diffstat (limited to 'games/xnibbles/files/patch-ab')
-rw-r--r-- | games/xnibbles/files/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/xnibbles/files/patch-ab b/games/xnibbles/files/patch-ab new file mode 100644 index 000000000000..b6a12fd8dc18 --- /dev/null +++ b/games/xnibbles/files/patch-ab @@ -0,0 +1,14 @@ +--- sound.c Sun Feb 22 22:52:08 1998 ++++ /home/andy/tmp/wrk/sound.c Mon Mar 2 23:25:48 1998 +@@ -24,7 +24,11 @@ + #include <sys/types.h> + #include <sys/stat.h> + #include <fcntl.h> ++#ifdef __FreeBSD__ ++#include <machine/soundcard.h> ++#else + #include <linux/soundcard.h> ++#endif + #include <sys/ioctl.h> + #include <sys/wait.h> + |