aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Mykyta Holubakha <hilobakho@gmail.com>2017-06-11 00:01:50 +0300
committerGravatar Mykyta Holubakha <hilobakho@gmail.com>2017-06-11 00:01:50 +0300
commitd51ecbc40287f9ee7c2b8875ebd85790e4529eed (patch)
tree5c548d716d6d72d7b2507f20f5dd17405edce44b /Makefile
parent55f7c31ea9a56ebfd47763947a9a1e5051cbb989 (diff)
Make it more portable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d60e9d4..63cdcc4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
VERSION = 0.2
DESTDIR ?= /usr/local
-CFLAGS += -std=c99 -g -Wall -Wextra -DVERSION=\"${VERSION}\" -D_GNU_SOURCE
+CFLAGS += -std=c99 -g -Wall -Wextra -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L
MODE ?= 4711
all: brightnessctl