diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-10 07:14:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-10 07:14:35 +0000 |
commit | f4e3fa0e6269cbd6062b0702434cff093058c43f (patch) | |
tree | 762bd10dfdc8474964aa09b6c33837dd702c3420 /audio/ermixer/files/patch-engine.c | |
parent | Fix build on -current (machine/soundcard.h -> sys/soundcard.h) (diff) |
Partially fix build on -current (machine/soundcard.h -> sys/soundcard.h).
The port still fails to link for me.
Notes
Notes:
svn path=/head/; revision=80591
Diffstat (limited to 'audio/ermixer/files/patch-engine.c')
-rw-r--r-- | audio/ermixer/files/patch-engine.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/ermixer/files/patch-engine.c b/audio/ermixer/files/patch-engine.c new file mode 100644 index 000000000000..f0f359dd8489 --- /dev/null +++ b/audio/ermixer/files/patch-engine.c @@ -0,0 +1,14 @@ +--- ./src/engine.c.orig Sat May 10 00:12:23 2003 ++++ ./src/engine.c Sat May 10 00:12:28 2003 +@@ -6,11 +6,7 @@ + #include <errno.h> + #include <sys/ioctl.h> + +-#ifdef __FreeBSD__ +-#include <machine/soundcard.h> +-#else + #include <sys/soundcard.h> +-#endif + + #include <string.h> + #include <unistd.h> |