diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-11-01 11:23:57 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-11-01 11:23:57 +0000 |
commit | 481e0f1a7c4727876dff8a5cdb84c60934758d6e (patch) | |
tree | f6d97f7a921c2bb38fb666cc03ff933242411f7e /emulators/stonx/files | |
parent | 8bb09d769b53949331365f055c1fb46e6c5b5040 (diff) | |
download | FreeBSD-ports-481e0f1a7c4727876dff8a5cdb84c60934758d6e.zip FreeBSD-ports-481e0f1a7c4727876dff8a5cdb84c60934758d6e.tar.gz |
- fix build on FreeBSD 6.x
Diffstat (limited to 'emulators/stonx/files')
-rw-r--r-- | emulators/stonx/files/patch-audio.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/stonx/files/patch-audio.c b/emulators/stonx/files/patch-audio.c new file mode 100644 index 0000000..28a6304 --- /dev/null +++ b/emulators/stonx/files/patch-audio.c @@ -0,0 +1,11 @@ +--- audio.c.orig Mon May 5 03:07:05 1997 ++++ audio.c Wed Oct 25 19:33:27 2006 +@@ -36,7 +36,7 @@ + #include <linux/unistd.h> + #endif + #else /* FreeBSD? */ +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #endif + #include <unistd.h> + #define LINUX_DEFAULT_FREQ (22050) |