Date: Wed, 8 Mar 2006 14:40:59 +0000 From: Roman Bogorodskiy <novel@freebsd.org> To: "ml@sd2i.com" <ml@sd2i.com> Cc: freebsd-ports@freebsd.org Subject: Re: wzdftpd compile error Message-ID: <20060308144059.GB877@underworld.novel.ru> In-Reply-To: <440DB43C.9090900@sd2i.com> References: <440D4669.4030005@sd2i.com> <20060307094141.GA2142@pentarou.parodius.com> <440D84CC.3090009@sd2i.com> <440DB43C.9090900@sd2i.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable ml@sd2i.com wrote: > Ok after google'ing a bit and some searches in the porter's handbook i=20 > found a way to go, by adding the following in the port's Makefile : >=20 > CFLAGS+=3D -liconv >=20 > I'm quite sure this is not the best way, but it works... I would=20 > appreciate any comment on that. That happens because wzdftpd used to have utf8 disabled by default. But now it's enabled by default, but in OPTIONS UTF8 is OFF. That way, when one tries to build it with default OPTIONS, wzdftpd needs iconv, but port's Makefile doesn't set USE_ICONV. My fault. Workaround: make config and enable UTF8. Fix: http://people.freebsd.org/~novel/misc/wzdftpd-iconv.diff Roman Bogorodskiy --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iQCVAwUBRA7s+4B0WzgdqspGAQI2ugP/QAj08A9E/MA7ve+wH7/6thYaGcEUygTA JapnA+tL+/R31t91ewbpo9eVV3Gh3oEI3AhK8CAmu3CfinOCFZEhXrhRKDesu/O9 TGfKRvrysBiWw3Z+ZeM9rJ0Hh/CM33sPXVCIrs75f5dVqsF6HxWswxka0TCML+R1 pww+M95dkvs= =IAxB -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060308144059.GB877>