pkgsrc/mail/cone/patches/patch-aa
jlam 076a0e8267 Import cone-0.73 as pkgsrc/mail/cone:
Cone is a text-based mail client.  Cone seamlessly handles multiple
POP3, IMAP accounts, and local mail folders.  Cone is also a simple
newsreader.  Cone's interface is foolproof enough to be used by
inexperienced users, but it also offers advanced features for power
users.  Cone also serves as a platform for development of a new
experimental network mail access protocol, SMAP, that offers additional
functionality not available with IMAP or POP3.
2007-11-13 18:02:15 +00:00

13 lines
341 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2007/11/13 18:02:15 jlam Exp $
--- curses/configure.in.orig Sat Nov 20 02:37:20 2004
+++ curses/configure.in
@@ -101,7 +101,7 @@ AC_C_CONST
dnl Checks for library functions.
AC_TYPE_SIGNAL
-AC_CHECK_FUNCS(glob)
+AC_CHECK_FUNCS(glob mbrtowc wcrtomb)
if test "$GXX" = "yes"
then
CPPFLAGS="-Wall $CPPFLAGS"