Date: Sat, 1 Mar 2014 00:51:31 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346586 - head/mail/gld Message-ID: <201403010051.s210pVaZ077491@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403010051.s210pVaZ077491>