aboutsummaryrefslogtreecommitdiff
path: root/audio/xmmix
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-19 11:08:01 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-19 11:08:01 +0000
commitc259fb1e42a3f34617bd0c6aafcc0426b324039c (patch)
treed4a99ee64f0f11a9e864ad8060aab225d4a1271d /audio/xmmix
parent35a6de879c515a3d4ef6ba37b6c5dd406f520655 (diff)
downloadports-c259fb1e42a3f34617bd0c6aafcc0426b324039c.tar.gz
ports-c259fb1e42a3f34617bd0c6aafcc0426b324039c.zip
soundcard.h is in /usr/include/machine (aka /sys/i386/include), not
/usr/include/sys (aka /sys/sys).
Notes
Notes: svn path=/head/; revision=3649
Diffstat (limited to 'audio/xmmix')
-rw-r--r--audio/xmmix/files/patch-aa11
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>