summaryrefslogtreecommitdiffstats
path: root/audio-libs/stk/05-endian.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/stk/05-endian.h.patch')
-rw-r--r--audio-libs/stk/05-endian.h.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio-libs/stk/05-endian.h.patch b/audio-libs/stk/05-endian.h.patch
new file mode 100644
index 0000000000..593c81d7fe
--- /dev/null
+++ b/audio-libs/stk/05-endian.h.patch
@@ -0,0 +1,11 @@
+--- a/src/include/soundcard.h
++++ b/src/include/soundcard.h
+@@ -103,7 +103,7 @@
+ #define SNDCARD_OPL 28
+
+ #include <sys/types.h>
+-#include <machine/endian.h>
++#include <endian.h>
+ #ifndef _IOWR
+ #include <sys/ioccom.h>
+ #endif /* !_IOWR */