summaryrefslogtreecommitdiff
path: root/Ports/gettext
AgeCommit message (Collapse)Author
2021-05-15Ports: Add libiconv dependency to gettextTim 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-11Ports: Link gettext against libpthreadGunnar 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-08Ports: Add port for gettextGunnar Beutner