diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-05-09 08:02:05 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-05-09 08:02:05 +0800 |
commit | 14900905128ec57631576ead212d33df1f8e1122 (patch) | |
tree | d2231605e8f3277b688e9c611e850549ad4c4224 /audio/jack/files | |
parent | 9d97831be1c244e859ae6e245420a6fdf2bf7144 (diff) | |
download | freebsd-ports-gnome-14900905128ec57631576ead212d33df1f8e1122.tar.gz freebsd-ports-gnome-14900905128ec57631576ead212d33df1f8e1122.tar.zst freebsd-ports-gnome-14900905128ec57631576ead212d33df1f8e1122.zip |
- Fixed location of include endian.h to file drivers/alsa/memops.c
PR: ports/146407
Submitted by: Richard Kolkovich <richard@sigil.org>
Diffstat (limited to 'audio/jack/files')
-rw-r--r-- | audio/jack/files/patch-drivers-alsa_memops.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/jack/files/patch-drivers-alsa_memops.c b/audio/jack/files/patch-drivers-alsa_memops.c new file mode 100644 index 000000000000..38fc290d9b45 --- /dev/null +++ b/audio/jack/files/patch-drivers-alsa_memops.c @@ -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> + |