diff options
| author | Randy Eckenrode <randy@largeandhighquality.com> | 2024-09-21 08:34:44 -0400 |
|---|---|---|
| committer | Randy Eckenrode <randy@largeandhighquality.com> | 2024-10-10 01:08:07 -0400 |
| commit | 42a6b873a601f5069a9cd7c153c200534e41bd23 (patch) | |
| tree | 4645aa4c144fcd10424b51ba4b541bd2b7ac4f0f /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | e694240f776e555ab4b0e3bab12dca20da7a9546 (diff) | |
hello: make sure libiconv is linked
Because the Darwin SDK automatically propagates libiconv, it is no
longer linked automatically (because that would link libiconv to
everything whether it wanted it or not).
hello is failing to link not because it assumes libiconv comes with
libc but because of a bug in its build system. The `configure` script
detects how to link libiconv, but `Makefile.am` does not make use of
that to link libiconv when it is needed.
Unfortunately, patching `Makefile.am` can’t be done because using
`autoreconfHook` will update some gettext stuff with an incompatible
version, causing an error when building.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
