pdp (1:0.12.5-2) 03_force_Wno-error.patch

Summary

 opengl/Makefile.config |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

Author: Debian
Description: add -Wno-error flag to prevent compilation failures on warnings
--- pdp.orig/opengl/Makefile.config
+++ pdp/opengl/Makefile.config
@@ -8,7 +8,7 @@
 
 CFLAGS = -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer  -ffast-math \
     -Wall -W -Wstrict-prototypes -Werror \
-    -Wno-unused -Wno-parentheses -Wno-switch -g
+    -Wno-unused -Wno-parentheses -Wno-switch -g -Wno-error
 
 
 CPPFLAGS = -I$(PDP_DIR) -I$(PDP_OGL_DIR) -I/usr/X11R6/include -DPDP_VERSION=\"$(PDP_VERSION)\"