= Bryan Blackburn = == Notes == === iconv vs libiconv symbol Issue === #libiconv-symbols Tickets #13055, #16648, #16862, #16892. Seems like the issue is that the port is not finding the libiconv header from MacPorts, and instead uses the one in /usr, so it believes iconv_ is the prefix to use. The fixes which work so far are to use {{{--with-libiconv-prefix=${prefix}}}} in configure.args when available, otherwise some other trick (eg, {{{-I${prefix}/include}}} for CPPFLAGS) to make sure the header is found at the right time. == Tickets == === [query:reporter=blb@macports.org Reported Tickets] === [[TicketQuery(reporter=blb@macports.org&status=new|assigned|reopened)]] === [query:owner=blb@macports Assigned Tickets] === [[TicketQuery(owner=blb@macports.org&status=new|assigned|reopened)]] === [query:cc=blb@macports On CC] === [[TicketQuery(cc~=blb@macports.org&status=new|assigned|reopened)]] == Ports == Many, see {{{port echo maintainer:blb}}}. [wiki:MacPortsDevelopers Back to the MacPorts developers page]