Date: Fri, 13 Mar 2015 14:59:26 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381214 - head/mail/dovecot2 Message-ID: <201503131459.t2DExQ35032189@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Fri Mar 13 14:59:26 2015 New Revision: 381214 URL: https://svnweb.freebsd.org/changeset/ports/381214 QAT: https://qat.redports.org/buildarchive/r381214/ Log: Fix build on FreeBSD < 10. Thanks to oliver@ for sending me the fix. Modified: head/mail/dovecot2/Makefile Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Fri Mar 13 14:41:57 2015 (r381213) +++ head/mail/dovecot2/Makefile Fri Mar 13 14:59:26 2015 (r381214) @@ -126,6 +126,8 @@ post-patch: @${REINPLACE_CMD} -e 's,/etc/dovecot,${PREFIX}/etc/dovecot,g; \ s,sysconfdir=/etc,sysconfdir=${PREFIX}/etc,g' \ ${WRKSRC}/doc/example-config/*.conf ${WRKSRC}/doc/example-config/conf.d/* + @${REINPLACE_CMD} -e '/^LIBS =/s/$$/ @LTLIBICONV@/' \ + ${WRKSRC}/src/lib-mail/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503131459.t2DExQ35032189>