summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-04-15 21:54:59 +0000
committerwiz <wiz@pkgsrc.org>2004-04-15 21:54:59 +0000
commit6c55e07c58304d6ce626f4ff47d69d14a3625adc (patch)
treebd6b120290b670c086d3432bbdbb797d83e36d60 /chat
parent4793a9627557509fe3b8f9ee4667b1a02f357521 (diff)
downloadpkgsrc-6c55e07c58304d6ce626f4ff47d69d14a3625adc.tar.gz
Compiles fine with our curses, but running fails; noted by snj.
Diffstat (limited to 'chat')
-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"