mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build on current (machine/soundcard.h -> sys/soundcard.h)
This commit is contained in:
parent
9f0cfe0e26
commit
247ba50f68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65808
1 changed files with 11 additions and 0 deletions
11
games/fkiss/files/patch-aa
Normal file
11
games/fkiss/files/patch-aa
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- sound.c.orig Sat Sep 7 16:49:25 2002
|
||||
+++ sound.c Sat Sep 7 16:49:46 2002
|
||||
@@ -40,7 +40,7 @@
|
||||
#ifdef __FreeBSD__
|
||||
# define USE_DSP
|
||||
# define DEV_SOUND "/dev/dsp"
|
||||
-# include <machine/soundcard.h>
|
||||
+# include <sys/soundcard.h>
|
||||
#endif
|
||||
|
||||
#ifndef DEV_SOUND
|
Loading…
Add table
Reference in a new issue