On Fri, Aug 09, 2013 at 08:59:18PM +0200, Rainer Hurling wrote: > > If I understand bapt@ right, this should be all what is needed: > > --- Makefile.orig 2013-06-20 17:48:12.000000000 +0200 > +++ Makefile 2013-08-09 20:56:36.000000000 +0200 > @@ -15,7 +15,8 @@ > LICENSE= GPLv2 > > LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \ > - gmime-2.6:${PORTSDIR}/mail/gmime26 > + gmime-2.6:${PORTSDIR}/mail/gmime26 \ > + iconv:${PORTSDIR}/converters/libiconv
I did not add this to my fix as libiconv had previously been installed. But, I suspect it is needed. > -LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex > +LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex -liconv This fixed the build issue. -- Steve _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"