summaryrefslogtreecommitdiff
path: root/chat/naim
diff options
context:
space:
mode:
authorwiz <wiz>2004-04-15 21:54:59 +0000
committerwiz <wiz>2004-04-15 21:54:59 +0000
commit72b757a2741e954db98d34cd04ec3b731f34ce58 (patch)
treebd6b120290b670c086d3432bbdbb797d83e36d60 /chat/naim
parentf4e1d1523c3761797f25950fef94d19326c7fd5d (diff)
downloadpkgsrc-72b757a2741e954db98d34cd04ec3b731f34ce58.tar.gz
Compiles fine with our curses, but running fails; noted by snj.
Diffstat (limited to 'chat/naim')
-rw-r--r--chat/naim/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile
index 327ec45fbf7..badf5fec15f 100644
--- a/chat/naim/Makefile
+++ b/chat/naim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/04/15 09:17:30 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2004/04/15 21:54:59 wiz Exp $
DISTNAME= naim-0.11.6.7
CATEGORIES= chat
@@ -15,8 +15,12 @@ USE_LIBTOOL= yes
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
-INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]*
-INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-K]*
+USE_NCURSES= # compiles fine, but terminates on startup with:
+# assertion "strlen(h->addch.buf) == h->addch.len" failed:
+# file "hwprintf.c", line 41, function "h_zero"
+
+#INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]*
+#INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-K]*
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"