From 32eab4f621bfef0ee8eb841620be6d41122545d0 Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 2 Mar 2005 23:32:12 +0000 Subject: Make this package build on NetBSD-1.6*. - Bypass the iconv library test in configure since the test fails to detect GNU libiconv. - Use ncurses on NetBSD-1.x. --- chat/gtmess/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'chat') diff --git a/chat/gtmess/Makefile b/chat/gtmess/Makefile index c38d91067f2..6795e7f56e5 100644 --- a/chat/gtmess/Makefile +++ b/chat/gtmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/02/22 14:33:05 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2005/03/02 23:32:12 minskim Exp $ # DISTNAME= gtmess-0.9 @@ -16,8 +16,12 @@ USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +CONFIGURE_ENV+= ac_cv_search_iconv=${BUILDLINK_LDADD.iconv:Q} + +INCOMPAT_CURSES= NetBSD-1.* + .include "../../converters/libiconv/buildlink3.mk" -.include "../../mk/curses.buildlink3.mk" +.include "../../devel/ncurses/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3