From 6c55e07c58304d6ce626f4ff47d69d14a3625adc Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 15 Apr 2004 21:54:59 +0000 Subject: Compiles fine with our curses, but running fails; noted by snj. --- chat/naim/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'chat') 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" -- cgit v1.2.3