[Midnightbsd-cvs] mports [20586] trunk/mail/dovecot2/Makefile: work around a libc bug until we can fix it

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 31 13:29:02 EDT 2015


Revision: 20586
          http://svnweb.midnightbsd.org/mports/?rev=20586
Author:   laffer1
Date:     2015-10-31 13:29:02 -0400 (Sat, 31 Oct 2015)
Log Message:
-----------
work around a libc bug until we can fix it

Modified Paths:
--------------
    trunk/mail/dovecot2/Makefile

Modified: trunk/mail/dovecot2/Makefile
===================================================================
--- trunk/mail/dovecot2/Makefile	2015-10-31 17:28:44 UTC (rev 20585)
+++ trunk/mail/dovecot2/Makefile	2015-10-31 17:29:02 UTC (rev 20586)
@@ -148,6 +148,10 @@
 		${WRKSRC}/doc/example-config/Makefile.in \
 		${WRKSRC}/doc/example-config/conf.d/Makefile.in
 
+post-configure:
+	${REINPLACE_CMD} 's|#define HAVE_CLEARENV 1||g' ${WRKSRC}/config.h
+
+
 post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${DOCSDIR}
 	${MV} ${STAGEDIR}${DOCSDIR}/dovecot-openssl.cnf ${STAGEDIR}${EXAMPLESDIR}



More information about the Midnightbsd-cvs mailing list