$OpenBSD: patch-module_ffdecode_c,v 1.3 2018/04/01 09:30:18 landry Exp $

Fix build with pygame 1.9.3

Index: module/ffdecode.c
--- module/ffdecode.c.orig
+++ module/ffdecode.c
@@ -19,6 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#define NO_PYGAME_C_API
 #include <pygame/pygame.h>
 #include <math.h>
 #include <limits.h>
