mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
This commit is contained in:
parent
a36c5cd9ad
commit
d1cf9518be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90995
1 changed files with 11 additions and 0 deletions
11
emulators/fmsx/files/patch-ac
Normal file
11
emulators/fmsx/files/patch-ac
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- SndUnix.c.orig Mon Oct 13 00:19:55 2003
|
||||
+++ SndUnix.c Mon Oct 13 00:20:18 2003
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
#else /* SUN_AUDIO */
|
||||
|
||||
-#ifdef LINUX
|
||||
+#if defined(LINUX) || defined(__FreeBSD__)
|
||||
#include <sys/soundcard.h>
|
||||
#else
|
||||
#include <machine/soundcard.h>
|
Loading…
Add table
Reference in a new issue