pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/balsa2 Skip broken check for iconv_open() which d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/599e0dbb11b9
branches:  trunk
changeset: 470779:599e0dbb11b9
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Mar 11 22:35:45 2004 +0000

description:
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:

 mail/balsa2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d16448ff3b00 -r 599e0dbb11b9 mail/balsa2/Makefile
--- a/mail/balsa2/Makefile      Thu Mar 11 22:10:48 2004 +0000
+++ b/mail/balsa2/Makefile      Thu Mar 11 22:35:45 2004 +0000
@@ -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-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



Home | Main Index | Thread Index | Old Index