commit 0ca4090fb17027fcde066c61130649765444ff94 from: Omar Polo date: Thu Oct 04 20:30:37 2018 UTC Add -std=c89 commit - 26b541d8aa751c200616c38a304f010137b4320f commit + 0ca4090fb17027fcde066c61130649765444ff94 blob - 83cd59c6746c9a2ee1f11144e3ae8026adb4a1e9 blob + 22d3bb6abc025f49fb64f1e8f5aa172afab1d2d7 --- Makefile +++ Makefile @@ -8,7 +8,7 @@ CDEFS = -DUSE_XINERAMA -DUSE_XFT -DUSE_STRCASESTR CC ?= cc LIBS = `pkg-config --libs x11 $(OPTIONAL)` OPTIM = -O3 -CFLAGS = $(CDEFS) -DVERSION=\"$(VERSION)\" `pkg-config --cflags x11 $(OPTIONAL)` +CFLAGS = $(CDEFS) -std=c89 -DVERSION=\"$(VERSION)\" `pkg-config --cflags x11 $(OPTIONAL)` .PHONY: all clean install debug no_xft no_xinerama no_xft_xinerama gnu manpage