mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Partially fix build on -current (machine/soundcard.h -> sys/soundcard.h).
This still blows up with a C++ error.
This commit is contained in:
parent
bf4eb9dd70
commit
08a458ee8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65816
11
audio/wmmixer/files/patch-ab
Normal file
11
audio/wmmixer/files/patch-ab
Normal file
@ -0,0 +1,11 @@
|
||||
--- mixctl.h.orig Sat Sep 7 18:36:29 2002
|
||||
+++ mixctl.h Sat Sep 7 18:36:36 2002
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <soundcard.h>
|
||||
#endif
|
||||
#ifdef __FreeBSD__
|
||||
-#include <machine/soundcard.h>
|
||||
+#include <sys/soundcard.h>
|
||||
#endif
|
||||
#ifdef __linux__
|
||||
#include <linux/soundcard.h>
|
Loading…
Reference in New Issue
Block a user