diff options
author | minskim <minskim> | 2005-03-02 23:32:12 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-03-02 23:32:12 +0000 |
commit | e449c2aef201b8ddb6ed5450165d477d6e38d3cb (patch) | |
tree | 07c9fb2ca1a557afe7f32b1dffda7727198530ea /chat/gtmess | |
parent | 2f173ab8b157eb5dda743a54c79f5af786e24d81 (diff) | |
download | pkgsrc-e449c2aef201b8ddb6ed5450165d477d6e38d3cb.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/gtmess')
-rw-r--r-- | chat/gtmess/Makefile | 8 |
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" |