From b9b62a7f36155c48b9b11b7789cdefec4a1c21da Mon Sep 17 00:00:00 2001 From: Darrin Chandler Date: Sun, 13 Sep 2009 17:28:19 +0000 Subject: [PATCH] Add -std=c89. We already were compliant, and this is mostly to encourage better patches from the GNU crowd. "do it" marco@ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e564ee..9e432cc 100644 --- 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 -- 1.7.10.4