From 7e3e61673bcbb14187a4c5aa95fccffef1ab9e7c Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Wed, 15 Sep 2004 08:53:53 +0000
Subject: [PATCH] NetBSD currently explicitly uses ncurses

---
 src/conio/GNUmakefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/conio/GNUmakefile b/src/conio/GNUmakefile
index 78f718c954..845886ebaf 100644
--- a/src/conio/GNUmakefile
+++ b/src/conio/GNUmakefile
@@ -12,6 +12,9 @@ else
  OBJS	+=	$(MTOBJODIR)$(DIRSEP)console$(OFILE) \
 			$(MTOBJODIR)$(DIRSEP)x_cio$(OFILE)
 endif
+ifeq ($(os),netbsd)
+ CFLAGS	+=	-DN_CURSES_LIB
+endif
 
 # CIOLIB Library Link Rule
 $(CIOLIB-MT): $(MTOBJODIR) $(OBJS)
-- 
GitLab