svn commit: r381214 - head/mail/dovecot2
Adam Weinberger
adamw at FreeBSD.org
Fri Mar 13 14:59:27 UTC 2015
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}
More information about the svn-ports-all
mailing list