While building Apache OpenOffice we repeatedly saw a nasty error related to the use of the iconv header with C++: https://issues.apache.org/ooo/show_bug.cgi?id=118574 Fix: Upstream author has acknowledged the error and says it was fixed for libiconv 1.14: http://git.savannah.gnu.org/gitweb/?p=libiconv.git;a=commitdiff;h=a47098b3779b9febf25e8a5ba1b0407e29d67acf Of course updating libiconv would solve the problem but for the time being the attached patch adds the fix to the current version 1.13.1. Patch attached with submission follows: How-To-Repeat: This is easy to reproduce in FreeBSD but it went noticed because linux uses a different libiconv from glibc.
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed, thanks!
marcus 2012-03-04 23:56:56 UTC FreeBSD ports repository Added files: converters/libiconv/files patch-include_iconv.h.in Log: Fix building C++ code that uses libiconv. PR: 165348 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Revision Changes Path 1.1 +43 -0 ports/converters/libiconv/files/patch-include_iconv.h.in (new) _______________________________________________ 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"