Introduction
Introduction Statistics Contact Development Disclaimer Help
this is horrible, build on openbsd - irc - IRC client based on c9x.me/irc client
git clone git://git.codemadness.org/irc
Log
Files
Refs
README
LICENSE
---
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:
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 -…
LDFLAGS = -lncursesw
all: ${BIN}
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.