commit c3722d014fe734bd6e7cb97cf1352f9822811c97 parent f1a2b62b2f4d47de58152a1834fa5a8b971dd6d9 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(-)
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}