mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
soundcard.h is in /usr/include/machine (aka /sys/i386/include), not
/usr/include/sys (aka /sys/sys).
This commit is contained in:
parent
35a6de879c
commit
c259fb1e42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3649
11
audio/xmmix/files/patch-aa
Normal file
11
audio/xmmix/files/patch-aa
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user