Date: Fri, 9 Aug 2013 12:06:48 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: Rainer Hurling <rhurlin@gwdg.de> Cc: Baptiste Daroussin <bapt@FreeBSD.org>, current@freebsd.org Subject: Re: Port problems after r253839 on HEAD Message-ID: <20130809190648.GA15013@troutmask.apl.washington.edu> In-Reply-To: <52053C06.30706@gwdg.de> References: <520283C9.8030806@gwdg.de> <20130807174333.GK40254@ithaqua.etoilebsd.net> <20130809172747.GA9649@troutmask.apl.washington.edu> <52053C06.30706@gwdg.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130809190648.GA15013>