diff options
author | adam <adam@pkgsrc.org> | 2011-01-04 09:53:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-01-04 09:53:31 +0000 |
commit | 21db76a539ab5678ea7f40b20fe171cdc6f91cc0 (patch) | |
tree | e123c7752b74bcaea19167cc14e489830cb77631 /converters/p5-Unicode-UTF8simple/distinfo | |
parent | 777bf755b59e6d47c7747ca7b9b9a769ec25bdf1 (diff) | |
download | pkgsrc-21db76a539ab5678ea7f40b20fe171cdc6f91cc0.tar.gz |
Removed _INCOMPAT_ICONV.
The problem is Darwin's libiconv does not have symbols for libiconv_<name>
(e.g. libiconv_open), but iconv_<name> (e.g. iconv_open).
BUT when there's pkgsrc/converters/libiconv installed instead, it doesn't
have symbols for iconv_<name>, but libiconv_<name>.
Some packages auto-configure looks for libiconv_open (like glib2), others
look for iconv_open (like proftpd), and there's a conflict.
The solution is to replace libiconv_open with iconv_open with SUBST framework.
Diffstat (limited to 'converters/p5-Unicode-UTF8simple/distinfo')
0 files changed, 0 insertions, 0 deletions