JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add -std=c89. We already were compliant, and this is mostly to encourage
authorDarrin Chandler <dwchandler@stilyagin.com>
Sun, 13 Sep 2009 17:28:19 +0000 (17:28 +0000)
committerDarrin Chandler <dwchandler@stilyagin.com>
Sun, 13 Sep 2009 17:28:19 +0000 (17:28 +0000)
better patches from the GNU crowd.

"do it" marco@

Makefile

index 2e564ee..9e432cc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ SUBDIR= lib
 PROG=scrotwm
 MAN=scrotwm.1
 
-CFLAGS+=-Wall -Wno-uninitialized -ggdb3
+CFLAGS+=-std=c89 -Wall -Wno-uninitialized -ggdb3
 CPPFLAGS+= -I${X11BASE}/include
 LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr