diff options
Diffstat (limited to 'audio/pd/files/patch-extra_sigmund_sigmundtilde.c')
-rw-r--r-- | audio/pd/files/patch-extra_sigmund_sigmundtilde.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/pd/files/patch-extra_sigmund_sigmundtilde.c b/audio/pd/files/patch-extra_sigmund_sigmundtilde.c new file mode 100644 index 000000000000..90baaeda5439 --- /dev/null +++ b/audio/pd/files/patch-extra_sigmund_sigmundtilde.c @@ -0,0 +1,11 @@ +--- extra/sigmund~/sigmund~.c.orig Sun Mar 25 12:22:47 2007 ++++ extra/sigmund~/sigmund~.c Sun Mar 25 12:22:50 2007 +@@ -16,7 +16,7 @@ + #ifdef MSW + #include <malloc.h> + #else +-#include <alloca.h> ++//#include <alloca.h> + #endif + #include <stdlib.h> + #ifdef NT |