From 14900905128ec57631576ead212d33df1f8e1122 Mon Sep 17 00:00:00 2001 From: sylvio Date: Sun, 9 May 2010 00:02:05 +0000 Subject: - Fixed location of include endian.h to file drivers/alsa/memops.c PR: ports/146407 Submitted by: Richard Kolkovich --- audio/jack/files/patch-drivers-alsa_memops.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/jack/files/patch-drivers-alsa_memops.c (limited to 'audio/jack/files') 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 + #include + #include +-#include ++#include + + #include + -- cgit