summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2015-10-28 21:50:17 +0100
committerBert Münnich <ber.t@posteo.de>2015-10-28 21:50:17 +0100
commit66c3c55759a7ee23af75657215a2fd0e1aa39558 (patch)
tree8b2c471d2ee9af05ae6c8f01174183970d323d04 /Makefile
parente574a6d0dd209cba5e61f23c992a8d6d9bd1fc90 (diff)
downloadnsxiv-66c3c55759a7ee23af75657215a2fd0e1aa39558.tar.zst
Use POSIX.1-2008 getline(3)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 127a418..5cae7bd 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ MANPREFIX := $(PREFIX)/share/man
CC ?= gcc
CFLAGS += -std=c99 -Wall -pedantic
-CPPFLAGS += -I$(PREFIX)/include -D_XOPEN_SOURCE=500
+CPPFLAGS += -I$(PREFIX)/include -D_XOPEN_SOURCE=700
LDFLAGS += -L$(PREFIX)/lib
LIBS := -lX11 -lImlib2