diff options
Diffstat (limited to 'audio/xmmix/files/patch-ad')
-rw-r--r-- | audio/xmmix/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xmmix/files/patch-ad b/audio/xmmix/files/patch-ad new file mode 100644 index 000000000000..e1763a183703 --- /dev/null +++ b/audio/xmmix/files/patch-ad @@ -0,0 +1,11 @@ +--- appenv.h.orig Mon Jul 15 02:48:59 1996 ++++ appenv.h Sat Nov 11 10:15:06 2000 +@@ -59,7 +59,7 @@ + #include <sys/types.h> + #include <sys/stat.h> + #include <sys/ioctl.h> +-#include <sys/soundcard.h> ++#include <machine/soundcard.h> + #include <stdlib.h> + #include <stdio.h> + #include <errno.h> |