diff --git a/Makefile.PL b/Makefile.PL index e46129a..dde516a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -53,7 +53,7 @@ WriteMakefile1( LIBS => $libs, # e.g., '-lm' DEFINE => $define, INC => $include, - XSPROTOARG => '-prototypes', + XSPROTOARG => '-noprototypes', depend => { 'Modern.c' => 'Modern.xs auto-xs.inc src/glew.c include/GL/glew.h include/GL/wglew.h', },