Opened 19 years ago
Closed 19 years ago
#3188 closed defect (invalid)
gettext ignores system libiconv
Reported by: | master@… | Owned by: | mij@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
installing gettext causes installation of libiconv from ports (to /opt/local/lib), although libiconv is available in the base system (/usr/lib).
May be depends_lib port:libiconv is to be replaced with depends_lib lib:libiconv.2:libiconv
Change History (1)
comment:1 Changed 19 years ago by mij@…
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Depending on the libiconv port is the correct behavior. Problems occasionally occur when using the system libiconv so it was changed to depend on the port back in March.