mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Fixed location of include endian.h to file drivers/alsa/memops.c
PR: ports/146407 Submitted by: Richard Kolkovich <richard@sigil.org>
This commit is contained in:
parent
bf3048c2bf
commit
5a43311e12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253954
11
audio/jack/files/patch-drivers-alsa_memops.c
Normal file
11
audio/jack/files/patch-drivers-alsa_memops.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- drivers/alsa/memops.c.orig 2010-05-08 20:23:13.000000000 -0300
|
||||
+++ drivers/alsa/memops.c 2010-05-08 20:23:24.000000000 -0300
|
||||
@@ -30,7 +30,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <limits.h>
|
||||
-#include <endian.h>
|
||||
+#include <sys/endian.h>
|
||||
|
||||
#include <jack/memops.h>
|
||||
|
Loading…
Reference in New Issue
Block a user