diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-11-17 21:07:15 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-11-17 21:07:15 +0000 |
commit | b4340bf78e847ef8579e957b7854229cce8cc8bf (patch) | |
tree | 768e9772fd4466b4b9297f281ce87d829baf8913 /audio/csound/files/patch-InOut_rtalsa.c | |
parent | Update to 4.0.10 (diff) |
Move audio/csound6 -> audio/csound
Having the version in its name doesn't make sense because this is a stable package.
Diffstat (limited to 'audio/csound/files/patch-InOut_rtalsa.c')
-rw-r--r-- | audio/csound/files/patch-InOut_rtalsa.c | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/audio/csound/files/patch-InOut_rtalsa.c b/audio/csound/files/patch-InOut_rtalsa.c new file mode 100644 index 000000000000..11f938a16a08 --- /dev/null +++ b/audio/csound/files/patch-InOut_rtalsa.c @@ -0,0 +1,27 @@ +--- InOut/rtalsa.c.orig 2018-11-07 14:05:23 UTC ++++ InOut/rtalsa.c +@@ -23,6 +23,7 @@ + 02110-1301 USA + */ + ++/* + #ifndef _ISOC99_SOURCE + #define _ISOC99_SOURCE 1 + #endif +@@ -36,6 +37,7 @@ + #ifndef _BSD_SOURCE + #define _BSD_SOURCE 1 + #endif ++*/ + + #include "csdl.h" + +@@ -54,6 +56,8 @@ + #include <signal.h> + #include <sys/mman.h> + #include <sys/resource.h> ++#include <stdlib.h> ++#include <sys/fcntl.h> + + + #include "soundio.h" |