commit 22e1c43cdad1257c9e83f8e88d97ebcf890ff3a2 parent ca2ad831cd6f7e5becf8c2531f1d618a7b260063 Author: Bastien Dejean <nihilhill@gmail.com> Date: Thu, 10 Jan 2013 14:49:04 +0100 Try to make it build under FreeBSD Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -2,7 +2,7 @@ VERSION = 0.1 CC = gcc LIBS = -lm -lxcb -lxcb-keysyms -CFLAGS = -std=c99 -pedantic -Wall -Wextra -D_POSIX_SOURCE -DVERSION=\"$(VERSION)\" +CFLAGS = -std=c99 -pedantic -Wall -Wextra -D_POSIX_C_SOURCE=200112L -DVERSION=\"$(VERSION)\" LDFLAGS = $(LIBS) PREFIX ?= /usr/local