K 10 svn:author V 7 antoine K 8 svn:date V 27 2017-03-12T08:25:22.778288Z K 7 svn:log V 330 Add libintl.so to glib20_LIB_DEPENDS As noted in PR 209813, some glib headers include libintl.h and then use gettext in some macros. Programs that use this API (directly or indirectly) can end up with calls to gettext and need to be linked with libintl.so. glib-2.0.pc has -lintl in its Libs too. PR: 209813 With hat: portmgr END