svn commit: r346586 - head/mail/gld

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Mar 1 00:51:31 UTC 2014


Author: amdmi3
Date: Sat Mar  1 00:51:31 2014
New Revision: 346586
URL: http://svnweb.freebsd.org/changeset/ports/346586
QAT: https://qat.redports.org/buildarchive/r346586/

Log:
  - Fix build on 10.x

Modified:
  head/mail/gld/Makefile

Modified: head/mail/gld/Makefile
==============================================================================
--- head/mail/gld/Makefile	Sat Mar  1 00:51:22 2014	(r346585)
+++ head/mail/gld/Makefile	Sat Mar  1 00:51:31 2014	(r346586)
@@ -52,6 +52,9 @@ SUB_LIST+=	PGSQL=
 .	endif
 .endif
 
+post-extract:
+	@${RM} -f ${WRKSRC}/config.cache
+
 post-patch:
 	${REINPLACE_CMD} -e 's|\(@CC@\ \)-O2|\1${CFLAGS}|' \
 		${WRKSRC}/Makefile.in


More information about the svn-ports-head mailing list