Add -std=c89. We already were compliant, and this is mostly to encourage

better patches from the GNU crowd.

"do it" marco@
This commit is contained in:
Darrin Chandler 2009-09-13 17:28:19 +00:00
parent 370f758d74
commit b9b62a7f36

View file

@ -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