summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-03-02 23:32:12 +0000
committerminskim <minskim@pkgsrc.org>2005-03-02 23:32:12 +0000
commit32eab4f621bfef0ee8eb841620be6d41122545d0 (patch)
tree07c9fb2ca1a557afe7f32b1dffda7727198530ea /chat
parent8e186ba955068377c8b9ba2081212473285fe7e0 (diff)
downloadpkgsrc-32eab4f621bfef0ee8eb841620be6d41122545d0.tar.gz
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.
Diffstat (limited to 'chat')
-rw-r--r--chat/gtmess/Makefile8
1 files changed, 6 insertions, 2 deletions
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"