Hi.
Some ports, e.g. devel/glib20, cannot build because devel/gettext has no
libiconv linkage.
msgfmt cannot handle utf-8 and say "invalid multibyte sequence".
Patch attached file and rebuild devel/gettext, msgfmt works correctly.
Index: Mk/Uses/iconv.mk
===================================================================
--- Mk/Uses/iconv.mk (revision 324274)
+++ Mk/Uses/iconv.mk (working copy)
@@ -17,5 +17,6 @@
.endif
LIB_DEPENDS+= libiconv.so.3:${PORTSDIR}/converters/libiconv
+LDFLAGS+= -L${LOCALBASE}/lib -liconv
.endif
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"