diff options
author | asami <asami@FreeBSD.org> | 1996-08-19 19:08:01 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-08-19 19:08:01 +0800 |
commit | a6b3d8d102a0372c2f6c81e21a9803c9b1b9a624 (patch) | |
tree | aefd7ce8f3a4b1d2e4e27849615d11931d64e49f /audio/xmmix | |
parent | c3c5fe7bd16ac99a8e3bf9fdd70bbdfd0932f459 (diff) | |
download | freebsd-ports-gnome-a6b3d8d102a0372c2f6c81e21a9803c9b1b9a624.tar.gz freebsd-ports-gnome-a6b3d8d102a0372c2f6c81e21a9803c9b1b9a624.tar.zst freebsd-ports-gnome-a6b3d8d102a0372c2f6c81e21a9803c9b1b9a624.zip |
soundcard.h is in /usr/include/machine (aka /sys/i386/include), not
/usr/include/sys (aka /sys/sys).
Diffstat (limited to 'audio/xmmix')
-rw-r--r-- | audio/xmmix/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xmmix/files/patch-aa b/audio/xmmix/files/patch-aa new file mode 100644 index 000000000000..5168322fea98 --- /dev/null +++ b/audio/xmmix/files/patch-aa @@ -0,0 +1,11 @@ +--- ./appenv.h.org Sun Jul 14 10:48:59 1996 ++++ ./appenv.h Mon Aug 19 04:05:16 1996 +@@ -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> |