aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/haiku/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/haiku/Makefile b/misc/haiku/Makefile
index 02d22a0..7c534e7 100644
--- a/misc/haiku/Makefile
+++ b/misc/haiku/Makefile
@@ -52,6 +52,10 @@ ifeq ($(O_NOMOUSE),1)
CPPFLAGS += -DNOMOUSE
endif
+ifeq ($(O_CTX8),1)
+ CPPFLAGS += -DCTX8
+endif
+
ifeq ($(shell $(PKG_CONFIG) ncursesw && echo 1),1)
CFLAGS_CURSES ?= $(shell $(PKG_CONFIG) --cflags ncursesw)
LDLIBS_CURSES ?= $(shell $(PKG_CONFIG) --libs ncursesw)