this is horrible, build on openbsd - irc - Unnamed repository; edit this file '… | |
git clone git://vernunftzentrum.de/irc.git | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit c3722d014fe734bd6e7cb97cf1352f9822811c97 | |
parent f1a2b62b2f4d47de58152a1834fa5a8b971dd6d9 | |
Author: Quentin Carbonneaux <[email protected]> | |
Date: Sat, 7 May 2016 10:04:09 -0400 | |
this is horrible, build on openbsd | |
Diffstat: | |
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 -… | |
LDFLAGS = -lncursesw | |
all: ${BIN} |