$OpenBSD: patch-plugins_wavpack_wavpack_c,v 1.2 2014/09/23 13:44:04 dcoppa Exp $
--- plugins/wavpack/wavpack.c.orig	Sun Jul 13 11:45:50 2014
+++ plugins/wavpack/wavpack.c	Tue Sep 23 09:40:43 2014
@@ -38,6 +38,10 @@
 #include <math.h>
 #include "../../deadbeef.h"
 
+#if defined(__GNUC__) && defined(__STRICT_ANSI__)
+#define alloca(size)	__builtin_alloca(size)
+#endif
+
 #define min(x,y) ((x)<(y)?(x):(y))
 #define max(x,y) ((x)>(y)?(x):(y))
 
