fix build on openbsd, bump version - sob - simple output bar
(HTM) git clone git://git.codemadness.org/sob
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 737f0d5f6529ce15b4064b05b0b1aba2b928a3ab
(DIR) parent c23c38f4c93e5a386469a52a5874e402fe25b7b8
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 24 Oct 2014 21:40:30 +0000
fix build on openbsd, bump version
Diffstat:
M config.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/config.mk b/config.mk
@@ -1,4 +1,4 @@
-VERSION = 0.1
+VERSION = 0.2
# Customize below to fit your system
@@ -11,7 +11,7 @@ INCS = -I. -I/usr/include
LIBS = -L/usr/lib -lc
# flags
-CPPFLAGS = -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809 -D_BSD_SOURCE -D_XOPEN_SOURCE
+CPPFLAGS = -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809 -D_BSD_SOURCE -D_XOPEN_SOURCE=700
# debug
#CFLAGS = -g -std=c99 -pedantic -Wall -Wextra -O0 ${INCS} ${CPPFLAGS}