this is horrible, build on openbsd - irc - IRC client based on c9x.me/irc client
HTML git clone git://git.codemadness.org/irc
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit c3722d014fe734bd6e7cb97cf1352f9822811c97
DIR parent f1a2b62b2f4d47de58152a1834fa5a8b971dd6d9
HTML Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Sat, 7 May 2016 10:04:09 -0400
this is horrible, build on openbsd
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -1,6 +1,6 @@
BIN = irc
-CFLAGS = -std=c99 -Os -D_POSIX_C_SOURCE=201112 -D_GNU_SOURCE
+CFLAGS = -std=c99 -Os -D_POSIX_C_SOURCE=201112 -D_GNU_SOURCE -D_XOPEN_CURSES -D_XOPEN_SOURCE_EXTENDED=1 -D_BSD_SOURCE
LDFLAGS = -lncursesw
all: ${BIN}