Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-15 | Ports: Add libiconv dependency to gettext | Tim Schumacher | |
libiconv is explicitly linked later and required by gettext as well. Add it to the dependencies to make builds in a clean environment work. | |||
2021-05-11 | Ports: Link gettext against libpthread | Gunnar Beutner | |
Apparently libintl uses pthread_cond_broadcast() so let's make sure that we link it against libpthread so we don't call libc's pthread stubs. | |||
2021-05-08 | Ports: Add port for gettext | Gunnar Beutner | |