ports/www/lynx can be compiled with or without NLS, using the WITHOUT_NLS knob. However, libiconv is unconditionally compiled in, although it is just superfluous unless NLS is requested. Indeed lynx runs just fine without libiconv, and actually isn't even linked against libiconv. The rather simple patch below fixes the issue.
State Changed From-To: open->feedback Awaiting maintainers feedback
State Changed From-To: feedback->closed Committed. Thanks!
rafan 2007-07-26 17:09:41 UTC FreeBSD ports repository Modified files: www/lynx Makefile Log: - Since iconv is used only for i18n stuff, put it under !defined(WITHOUT_NLS) section. PR: ports/114356 Submitted by: Helge Oldach <ports-www-lynx-jul07 at oldach.net> Approved by: maintainer timeout (20 days) Revision Changes Path 1.125 +3 -3 ports/www/lynx/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"