diff options
Diffstat (limited to 'audio/alsaplayer/files/patch-input::sndfile::sndfile_engine.c')
-rw-r--r-- | audio/alsaplayer/files/patch-input::sndfile::sndfile_engine.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/alsaplayer/files/patch-input::sndfile::sndfile_engine.c b/audio/alsaplayer/files/patch-input::sndfile::sndfile_engine.c new file mode 100644 index 000000000000..fa08a4b2bcd6 --- /dev/null +++ b/audio/alsaplayer/files/patch-input::sndfile::sndfile_engine.c @@ -0,0 +1,10 @@ +--- input/sndfile/sndfile_engine.c-orig Tue Jun 17 16:43:57 2003 ++++ input/sndfile/sndfile_engine.c Tue Jun 17 16:44:12 2003 +@@ -20,7 +20,6 @@ + */ + + #include <stdio.h> +-#include <alloca.h> + #include <stdlib.h> + #include <limits.h> + #include <string.h> |