diff options
author | tron <tron@pkgsrc.org> | 2004-03-11 22:35:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-03-11 22:35:45 +0000 |
commit | 066c7da73afd0a33bfc3b2fa7b0ede5e0a6fde98 (patch) | |
tree | a376df081e07b5d7fdd9b3117e984fcecb1be013 /mail/balsa2 | |
parent | e96cdae3af468dff7130730a1513cad653e571ca (diff) | |
download | pkgsrc-066c7da73afd0a33bfc3b2fa7b0ede5e0a6fde98.tar.gz |
Skip broken check for iconv_open() which doesn't work with the "icon"
library and headers from the "libiconv" package. This fixes PR pkg/24444
by myself.
Diffstat (limited to 'mail/balsa2')
-rw-r--r-- | mail/balsa2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index f09af7298cd..d1f85cecec8 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/03/08 19:40:40 jmmv Exp $ -# +# $NetBSD: Makefile,v 1.24 2004/03/11 22:35:45 tron Exp $ DISTNAME= balsa-2.0.16 PKGREVISION= 4 @@ -28,6 +27,7 @@ CONFIGURE_ARGS+= --enable-threads CONFIGURE_ARGS+= --enable-pcre CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ENV+= ac_cv_lib_iconv_iconv_open=yes EGDIR= ${PREFIX}/share/examples/balsa .for cnf in balsa.soundlist email.soundlist |